Skip to content

Instantly share code, notes, and snippets.

@vades
Last active May 21, 2019 06:35
Show Gist options
  • Save vades/aef2bf68a1acc56d8ad93f0f46e60a2f to your computer and use it in GitHub Desktop.
Save vades/aef2bf68a1acc56d8ad93f0f46e60a2f to your computer and use it in GitHub Desktop.
Clear Laravel config and cache

Clear Laravel config and cache

To clear Laravel config and cache run the following commands:

php artisan config:clear
php artisan cache:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment