composer require ronasit/laravel-project-initializator --dev
To begin the initialization process, run php artisan init {application name}
.
This will prompt you with questions regarding the project and the necessary packages for the initial setup.
Upon completion:
- A new README.md file will be created
.env
files will be configured- Necessary packages will be installed
- This package will be automatically removed
Thank you for considering contributing to Laravel Project initializator package! The contribution guide can be found in the Contributing guide.
Laravel Project Initializator package is open-sourced software licensed under the MIT license.