Skip to content

Instantly share code, notes, and snippets.

@acbilimoria
Last active May 5, 2017 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acbilimoria/af512b7929c658900918ba3ed0e63141 to your computer and use it in GitHub Desktop.
Save acbilimoria/af512b7929c658900918ba3ed0e63141 to your computer and use it in GitHub Desktop.
Install Composer & Laravel 5.4 on Ubuntu 16.04
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