Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 562 Bytes

About

This script will install PHP without apache and latest composer in your system for laravel

tested on Ubuntu 16.04 and 18.04.

Usage

  1. Clone this repo or Download
  2. a. for NOT Ubuntu 18.04 Users, Please run install.sh
    b. for Ubuntu 18.04 Users, Please run install-1804.sh

and it will do everything you need.

Hint

  1. Use sudo chmod +x (script you want to excute) to make shell script excutable
  2. Use ./(script you want to excute) to excute shell script