Last active
May 5, 2017 19:40
-
-
Save acbilimoria/af512b7929c658900918ba3ed0e63141 to your computer and use it in GitHub Desktop.
Install Composer & Laravel 5.4 on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo npm cache clean -f | |
sudo npm install -g n | |
sudo n stable | |
sudo npm install -g npm | |
sudo npm install -g n | |
sudo npm install gulp -g | |
sudo n stable | |
npm rebuild node-sass | |
npm install | |
composer update --no-scripts | |
cp .env.example .env #do yo thang! | |
php artisan key:generate | |
php artisan config:cache | |
php artisan serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment