laravel-debugbar
laravel-debugbar copied to clipboard
Stop auto drop down switch
When I try to view queries it always switches me back to the most recent drop down https://share.getcloudapp.com/z8uGWkJ5
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 thanks, it works