Skip to content

Instantly share code, notes, and snippets.

@NguyenTrungTin
Last active November 1, 2018 10:37
Show Gist options
  • Save NguyenTrungTin/29ac71e13628067a1122ab503e46fb79 to your computer and use it in GitHub Desktop.
Save NguyenTrungTin/29ac71e13628067a1122ab503e46fb79 to your computer and use it in GitHub Desktop.
Clear Laravel Cache
# Clear Laravel Cache Using PHP Artisan after Deploying
```bash
php artisan optimize
php artisan cache:clear
php artisan route:cache
php artisan view:clear
php artisan config:cache
```
## If still not work:
php artisan key:generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment