This is a simple shellscript file. I just create it for fun. Using this script what we can do.
- We can install laravel latest stable version
- We can specify the project path where I want to install the laravel
- We can configure the virtualhost, nothing need to do manually. everything handle the script.
- The script work properly only on debian based os and in apache server
- For Laravel installation you need to install composer and laravel installer
Laravel Installer: Laravel Installer
Composer: Composer