So I installed Laravel Debugbar today in an attempt to make my local dev a better experience, and for the most part, it has. An issue has arisen though when I try to download an Excel generated from PhpOfficePhpSpreadsheet (https://phpspreadsheet.readthedocs.io/en/latest/) Here’s a snippet of the code in question: $excelFile = new Spreadsheet(); // Load stuff ..
Category : phpdebugbar
When I run php artisan config:clear my application can no longer log in and all pages have the follow errors. 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 ..
I have installed laravel/debugbar in my laravel 6 project, however, I don’t see it displayed on my page. I have tried several things : set APP_DEBUG=true in my .env file run php artisan config:clear, php artisan route:clear, php artisan cache:clear, php artisan config:clear & php artisan vendor:publish run composer dump-autoload set enabled => true in ..
I am getting the following error: Uncaught ReferenceError: PhpDebugBar is not defined at login. I have had a look around and tried the various suggestions but have not found a solution as yet. Suggestions I have tried: php artisan config:clear php artisan cache:clear php artisan view:clear composer dump-autoload composer update I have also completly removed ..