-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Allow --bench option for Controller:make #24
Comments
Makes sense. +1 |
Should be pretty easy to implement as well if @taylorotwell is all for it. |
This was referenced Dec 7, 2016
dbpolito
pushed a commit
to dbpolito/framework
that referenced
this issue
Oct 1, 2019
Apply fixes from StyleCI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this will be useful option when using artisan controller:make command to generate controllers to a workbench.
php artisan controller:make --bench="Foo" ...
The text was updated successfully, but these errors were encountered: