Skip to content

Instantly share code, notes, and snippets.

View fahimshahrierrasel's full-sized avatar
💭
I may be slow to respond.

Fahim Shahrier Rasel fahimshahrierrasel

💭
I may be slow to respond.
View GitHub Profile
@fahimshahrierrasel
fahimshahrierrasel / Laravel PHP7.2 LEMP AWS.md
Last active July 26, 2019 13:51 — forked from santoshachari/Laravel PHP7 LEMP AWS.md
Laravel 5.x on Ubuntu 16.x, PHP 7.x, Nginx 1.x

#Steps to install latest Laravel, LEMP on AWS Ubuntu 16.4 version. This tutorial is the improvised verision of this tutorial on Digitalocean based on my experience.

Install PHP 7.2 on Ubuntu

Run the following commands in sequence.

sudo apt-get install -y language-pack-en-base
sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install zip unzip
@fahimshahrierrasel
fahimshahrierrasel / troubleshooting.md
Created October 19, 2018 07:05 — forked from adamwathan/troubleshooting.md
Troubleshooting Valet on macOS Sierra

Troubleshooting Valet on Sierra

Common Problems

Problem: I just see "It works!"

Apache is running on port 80 and interfering with Valet.

  1. Stop Apache: sudo /usr/sbin/apachectl stop
  2. Restart Valet: valet restart