Skip to content

Instantly share code, notes, and snippets.

@swarajgiri
Created March 24, 2015 05:55
Show Gist options
  • Save swarajgiri/6ba43f3d8d7d64be6487 to your computer and use it in GitHub Desktop.
Save swarajgiri/6ba43f3d8d7d64be6487 to your computer and use it in GitHub Desktop.
Laravel deployment opti
#!/bin/bash
PATH=/usr/bin:/bin/:/usr/bin/php
php artisan clear-compiled
php artisan config:clear
php artisan cache:clear
php artisan route:clear
php artisan optimize
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