Skip to content

Instantly share code, notes, and snippets.

View YulianD's full-sized avatar

Yulian David YulianD

View GitHub Profile
@nakamuraagatha
nakamuraagatha / laravel5.5.md
Last active January 22, 2019 18:08
How to Install Laravel 5.5 on c9.io with php 7.1

Install with PHP 7.1

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install libapache2-mod-php7.1
sudo a2dismod php5
sudo a2enmod php7.1