Learn how to create an Installer of your Laravel Project
Prabhat Rai shows us how to create an Installer of our Laravel Project.
When you are working on a Laravel project there is some basic setup that needs to be done for each install of the project.
-
Giving Permissions for “bootstrap/cache”, “storage”, “vendor” folder
-
composer install / composer update
-
Copying .env.example to .env
-
Key generation
-
Migration & Seeding
-
NPM install
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Laravel 5.3 Laravel 5.4 Laravel 5.5 Intermediate