Skip to content

Instantly share code, notes, and snippets.

@allysonsilva
Created April 28, 2018 17:05
Show Gist options
  • Save allysonsilva/a7654214c86065dfcff8ed6cc95be89b to your computer and use it in GitHub Desktop.
Save allysonsilva/a7654214c86065dfcff8ed6cc95be89b to your computer and use it in GitHub Desktop.
Laravel 5 optimization commands
php artisan clear-compiled
php artisan cache:clear
php artisan config:clear
php artisan config:cache
php artisan view:cache
php artisan route:cache
php artisan optimize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment