Skip to content

Instantly share code, notes, and snippets.

@harrisonde
Created May 4, 2015 13:06
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 harrisonde/47066dac2f0df9e9eacf to your computer and use it in GitHub Desktop.
Save harrisonde/47066dac2f0df9e9eacf to your computer and use it in GitHub Desktop.
Laravel 5 Update Script
# Laravel 5.0, update script
php artisan down
php artisan clear-compiled
composer update --no-dev
php artisan optimize
php artisan up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment