Skip to content

Instantly share code, notes, and snippets.

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 yavgel85/f560a273e8e51c20afad06b6591781ff to your computer and use it in GitHub Desktop.
Save yavgel85/f560a273e8e51c20afad06b6591781ff to your computer and use it in GitHub Desktop.
Run these commands when deploying your laravel app to production #php #laravel
composer install --optimize-autoloader --no-dev
php artisan route:cache
php artisan config:cache
php artisan view:cache
php artisan event:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment