Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jasonlbeggs/601ae42776c41c6011e2aec0cd6e40f9 to your computer and use it in GitHub Desktop.
Save jasonlbeggs/601ae42776c41c6011e2aec0cd6e40f9 to your computer and use it in GitHub Desktop.

Make Command --command Option

When you run php artisan make:command to scaffold a Laravel console command class, use the --command option to set the command signature before the class is generated.

php artisan make:command MigratePricingStructure --command=migrate-pricing-structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment