make:command

Create a new Artisan command

Options

  • command=command:name - The terminal command that should be assigned Optional

Arguments

  • name - The name of the command Required
php artisan make:command [--command [COMMAND]] [--] <name>