I’m wondering if we could integrate this project into the litestar command.
#229
dingyaguang117
started this conversation in
General
Replies: 1 comment 1 reply
-
|
My guess Laravel is popular because it makes PHP a little bit less awful ;) What boilerplate would you like to offload to generator commands, can you give some examples? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Laravel allows you to create a new project with
laravel new my-app, which comes with a recommended directory structure. It even provides thephp artisan make:xxxcommand to quickly generate components. I think this serves as a great starter kit—and it’s probably one of the key reasons why Laravel has become so popular.Beta Was this translation helpful? Give feedback.
All reactions