We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Maybe I'm just too used to generate:migration but it would be nice to be able to do this:
generate:migration
$ php artisan commander:generate Acme/Bar/SubscribeUserCommand --properties="first:string, last:Some\Class"
And have the docblocks updated in consequence
Activity