composer require ronasit/laravel-project-initializator --devTo 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
.envfiles will be configured- Required packages will be installed:
laravel/uironasit/laravel-helpersronasit/laravel-swaggerronasit/laravel-entity-generator(dev)laravel/pint(dev)ronasit/laravel-telescope-extension, unless Laravel Telescope is already installed
- Optional packages will be installed depending on your answers:
ronasit/laravel-clerk— when theclerkauthentication type is selectedronasit/laravel-media— when the project works with media files, plusspatie/laravel-google-cloud-storagefor thegcsstorageronasit/laravel-exponent-push-notifications— when aMobile/Multiplatformapplication uses push notifications
- 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.