make:scaffold
#51434
Replies: 1 comment
-
Hi. I can see that codding is transforming into running terminal commands more and more in laravel:) PROS:
CONS:
An alternative is copy paste&edit codding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think about the idea of extending the
php artisan make
command palette to include an overall opinionated scaffold to execute multiple commands under the hood. I propose this idea to speed up development by adding desired attributes likephp artisan make:scaffold Car tires:int color:references
to skip repetitive boilerplating even further. So I could imagine that the scaffold command creates the model, migration, controller, view & the according tests.We currently don't have any way besides of basic creation of skeletons - which is a pity imho.
Beta Was this translation helpful? Give feedback.
All reactions