In the the grey exception error title the actual error code is not markable so that I can copy it for searching in the code or the web. I have to either use the browser source code, or use debug tool to select the element and toggle text. Or manually type it in in my IDE.
Do you mean switch back to a previous Laravel version? You should be able to set the version you want in your composer.json file and run composer install. Personally I would also look at fixing the code that's causing the issue too.
In the the grey exception error title the actual error code is not markable
I'm interested to know what you mean here. Do you mean you can't copy and paste it? And out of interest - how come you don't have a default Laravel error page - are you using a custom error layout?
Sorry I was including minor updates when I said go back to a previous version.
The current version is v5.4.24. You should be able to just set your composer.json file to any specific minor version before this e.g. "laravel/framework": "5.4.23",. If you are in dev then run composer update and it should pull in the stated version
To know what version you've got run php artisan --version
It did not help to revert to a specific version I have in another project that does NOT have this version of "whoops". It must be the Symfony debug package that has no version cap in the depency for the Laravel framework.
Is there a way to limit the depency version of Laravels own depencies??
Morning @CedNet
I just updated a project and see the new error stack as per your screenshot. And I agree - it's annoying that you can't select and copy title.
For some reason this line has been added to the css which prevents selection: