ronasit/laravel-project-initializator

Provided tools for project initialization.


README

Installation

    composer require ronasit/laravel-project-initializator --dev

Usage

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

Contributing

Thank you for considering contributing to Laravel Project initializator package! The contribution guide can be found in the Contributing guide.

License

Laravel Project Initializator package is open-sourced software licensed under the MIT license.