laravel-debugbar icon indicating copy to clipboard operation
laravel-debugbar copied to clipboard

Query backtrace showing compiled view name instead real file name

Open fajicbenjamin opened this issue 3 years ago • 2 comments

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

fajicbenjamin avatar Nov 01 '22 23:11 fajicbenjamin

Potentially fixed by https://github.com/barryvdh/laravel-debugbar/pull/1345? @barryvdh any idea if it's possible that we have that merged soon?

fajicbenjamin avatar Nov 01 '22 23:11 fajicbenjamin

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.

stale[bot] avatar Jun 18 '23 15:06 stale[bot]

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.

fajicbenjamin avatar May 19 '24 23:05 fajicbenjamin