Skip to content

Instantly share code, notes, and snippets.

@troke12
Last active July 13, 2022 02:09
Show Gist options
  • Save troke12/d2e8e2ac548d942ef60c4586742813a8 to your computer and use it in GitHub Desktop.
Save troke12/d2e8e2ac548d942ef60c4586742813a8 to your computer and use it in GitHub Desktop.
Clear Config Cache Laravel

Pastikan semua di clear

Clear Application Cache

php artisan cache:clear

Clear Route Cache

php artisan route:clear

Clear Configuration Cache

php artisan config:clear

Clear Compiled Views Cache

php artisan view:clear

Clear All Cache

php artisan optimize:clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment