laravel-debugbar
laravel-debugbar copied to clipboard
Query backtrace showing compiled view name instead real file name
Hello,
I have issue where I inspect queries in debugbar and want to see from which view they are being called, and it displays compiled views' names instead of file name, making it hard to know which file is that
I remember that this worked before, but for some time it is like this. I looked over this repository and checked is there some config that might be related to this, but couldn't figure it out.
- Laravel 9
- PHP 8.1
- Windows 10
- laravel-debugbar v3.7
Potentially fixed by https://github.com/barryvdh/laravel-debugbar/pull/1345? @barryvdh any idea if it's possible that we have that merged soon?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.
Seems like this was fixed in some of the releases, as mentioned by contributor in PR referenced above. I updated version and seems fine now.