This is just a CLI that clones my Laravel template for me to use when trying to build any laravel app. I was struggling with always trying to scaffold a laravel project setting up all I need in the project which mostly eats up my productive time
So I decided to build this CLI using Go Lang to always clone the repo that I have already setup and made public. It clones it and run the laravel pub get command to make sure the project is just ready for me to start building apps or anything with laravel instead of trying to setup my folder structure.
- make build
- make move (running this the first name will require sudo privileges)
- qp_laravel create project-name
- make clean-build
You can change qp_laravel to what you want, the second step is for moving the build into your local bin folder, this is for Mac OS as of the moment
The last step there is for creating the laravel app with my template which is structure to how I build API's with laravel, you can clone and structure to how you want yours to be or just Clone the Go project and edit the template repo to yours, that's just it