当我运行 php artisan config:clear 我的应用程序无法再登录并且所有页面都有以下错误。
127.0.0.1/:1 Refused to apply style from 'https://127.0.0.1:8443/_debugbar/assets/stylesheets?v=1608300097&theme=auto' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
(index):1 Refused to execute script from 'https://127.0.0.1:8443/_debugbar/assets/javascript?v=1608300097' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
(index):21 Uncaught ReferenceError: jQuery is not defined
at (index):21
(anonymous) @ (index):21
(index):295 Uncaught ReferenceError: PhpDebugBar is not defined
at (index):295
当我运行 php artisan config:cache 时,一切都会再次运行。