#Steps to install latest Laravel, LEMP on AWS Ubuntu 14.4 version. This tutorial is the improvised revision of this tutorial on Digitalocean based on my experience.
Run the following commands in sequence.
sudo apt-get install -y language-pack-en-base software-properties-common python-software-properties
sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y zip unzip php7.0 php7.0-fpm php7.0-mysql php7.0-zip php7.0-gd nginx git