This script will install PHP without apache and latest composer in your system for laravel
tested on Ubuntu 16.04 and 18.04.
- Clone this repo or Download
- a. for NOT Ubuntu 18.04 Users, Please run
install.sh
b. for Ubuntu 18.04 Users, Please runinstall-1804.sh
and it will do everything you need.
- Use
sudo chmod +x (script you want to excute)
to make shell script excutable - Use
./(script you want to excute)
to excute shell script