laravel-debugbar
laravel-debugbar copied to clipboard
Add file:line location, to each item in the messages panel, from where the function call was made
This PR fixes issue #1206.
Adds <file>:<line>
info to each message item that is dumped.
When called from a view, resolves path to the non-compiled view path.
Additional changes:
- hovering over the added info, gives full path to the file, relative to the application route (2nd screenshot)
- files that are called are added to the clickable filter, so they can be used standalone, or be combined with other filters
Hi @barryvdh ,
Could you give a hand/directions/suggestions? What docker image do you use for Dusk tests? Because I couldn't manage to set it up...
Error: Your requirements could not be resolved to an installable set of packages.
Why does this error occur, since I did not change any version constraints in the package?
Also, Error: The operation was canceled.
error...that one I can't figure out why happens.