Created
March 6, 2017 22:34
-
-
Save NoMan2000/ba10e2c777122e2b0bcf8bbce5ff51d5 to your computer and use it in GitHub Desktop.
Debug Config PHP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php artisan route:clear | |
php artisan cache:clear | |
php artisan debugbar:clear //likely not necessary since it returned "No Debugbar Storage found.." | |
php artisan config:clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment