You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gave this a try, thanks for posting on r/laravel.
My only suggestion would be to parse the options for a command and let there be a way to include them.
One example is krlove:generate:model -- most of the command options have to be passed, like --table-name=SomeTable --connection=NonDefaultConnection -- without those, the command is useless and I end up quitting menu, running php artisan help krlove:generate:model as before.
It's really cool though. Only other beef is it takes up quite a bit of screen real-estate.
The text was updated successfully, but these errors were encountered:
I gave this a try, thanks for posting on r/laravel.
My only suggestion would be to parse the options for a command and let there be a way to include them.
One example is
krlove:generate:model
-- most of the command options have to be passed, like--table-name=SomeTable --connection=NonDefaultConnection
-- without those, the command is useless and I end up quitting menu, runningphp artisan help krlove:generate:model
as before.It's really cool though. Only other beef is it takes up quite a bit of screen real-estate.
The text was updated successfully, but these errors were encountered: