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

Stop auto drop down switch

Open HeadStudios opened this issue 2 years ago • 2 comments

When I try to view queries it always switches me back to the most recent drop down https://share.getcloudapp.com/z8uGWkJ5

HeadStudios avatar Apr 30 '23 23:04 HeadStudios

I saw that they released this feature a year ago without documentation on it :O

go to your debugbar.php -> inside Config

add

'ajax_handler_auto_show' => false,

so it will look like this:

'capture_ajax' => true,
    'add_ajax_timing' => true,
    'ajax_handler_auto_show' => false,

RealityGamin avatar May 24 '23 05:05 RealityGamin

@RealityGamin thanks, it works

parallels999 avatar Sep 22 '23 19:09 parallels999