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

Debugbar for Laravel (Integrates PHP Debug Bar)

Results 145 laravel-debugbar issues
Sort by recently updated
recently updated
newest added

Hello there, I use https://github.com/yajra/laravel-datatables package in almost all of my projects. I currently have a problem of seeing the source of the queries inside my DataTable classes. For example:...

I'm getting no messages shown in the browser toolbar from a controller that's handing a POST - (update function call). Everything works fine in the same controller that are responding...

Update the `preg_replace()` functions for `$cssRoute` and `$jsRoute` to remove the site domain when fetching those assets. I had issues with the following tags. `` `` which resulted in 404...

If you add `['web']` middleware on [`debugbar.route_middleware`](https://github.com/barryvdh/laravel-debugbar/blob/6fd181adc9981aebc8fa50a54ba49d31c751ef1d/config/debugbar.php#L289-L291), the cache forget action gets `CSRF token mismatch.` exception Also others middleware could validate `delete` route, this route is not deleting anything itself,...

On redis driver, cache comes serialized ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/9f47acaa-3de5-4a5f-9096-6dfa09b0522a) After `unserialize` ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/4d389d4e-6a53-4a7c-a3f2-a1460e14038d)

Since Laravel 10.15(https://github.com/laravel/framework/pull/47507), this task can be performed natively [Illuminate/Database/Query/Grammars/Grammar.php#L1388-L1424](https://github.com/laravel/framework/blob/f7ea4e912ce9bacfdb327de4648d07b4c7ee3cb7/src/Illuminate/Database/Query/Grammars/Grammar.php#L1388-L1424) When 9.x is removed in the future, can the entire foreach be removed?

Hello, * Some tests were failing, I think was able to fix them. For example, QueryCollector doesn't create backtrace log if calling file is in this project. Therefore inside a...

I noticed in Git after publishing the config that there were some inconsistencies in the spelling of the project name in the config. I also fixed some capital letters after...