Skip to content

Instantly share code, notes, and snippets.

@arafathusayn
Created May 6, 2018 15:41
Show Gist options
  • Save arafathusayn/04183a686976d66e281b23921b216d11 to your computer and use it in GitHub Desktop.
Save arafathusayn/04183a686976d66e281b23921b216d11 to your computer and use it in GitHub Desktop.
Laravel - clear all cache from CLI
#!/bin/bash
php artisan optimize
php artisan cache:clear
php artisan route:cache
php artisan view:clear
php artisan config:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment