Prabhat Rai shows us how to create an Installer of our Laravel Project.

laravel installer

When you are working on a Laravel project there is some basic setup that needs to be done for each install of the project.

  1. Giving Permissions for “bootstrap/cache”, “storage”, “vendor” folder

  2. composer install / composer update

  3. Copying .env.example to .env

  4. Key generation

  5. Migration & Seeding

  6. NPM install