EC2
How to deploy laravel project to ec2
Pre-requirement
apt-get update && apt-get upgrade
apt-get install nginx
apt-get install php
apt-get install php-mysql
apt-get install php-mysql php-fpm php-xml php-gd php-opcache php-mbstring
apt-get install php-curl
apt-get install php-sqlite3
apt-get install composer