Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created January 4, 2016 10:55
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 ivandoric/a714e4ae85f9a117387e to your computer and use it in GitHub Desktop.
Save ivandoric/a714e4ae85f9a117387e to your computer and use it in GitHub Desktop.
Laravel: Do this after deploy
$ php composer install
$ php composer dumpautoload -o
$ php artisan config:cache
$ php artisan route:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment