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

Support Inertia ajax calls

Open erikn69 opened this issue 6 months ago • 1 comments

After https://github.com/barryvdh/laravel-debugbar/pull/1525#issuecomment-1943878274, I realized that only first load uses a blade view, from that point all views are loaded through ajax, now ajax calls shows the inertia view image I have removed junk code that does nothing, I also fixed some merging errors, thanks to that, the editor link opens the inertia file instead of the blade layout (this layout is the same for all inertia views)

I see some features in this collector, I did try to keep everything in order, but check it

erikn69 avatar Feb 14 '24 15:02 erikn69

This is coming in such a great moment, I just started testing Laravel Debugbar with Inertia yesterday. Looking forward to it!

deleugpn avatar Feb 14 '24 18:02 deleugpn

Tweaked it a bit

barryvdh avatar Mar 01 '24 14:03 barryvdh