Skip to content

Commit

Permalink
barryvdh#1490 adds ajax_handler_auto_show and some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adampatterson committed Oct 26, 2023
1 parent 6931d7a commit 0ea8beb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,14 @@
|
| Note for your request to be identified as ajax requests they must either send the header
| X-Requested-With with the value XMLHttpRequest (most JS libraries send this), or have application/json as a Accept header.
|
| By defauult `ajax_handler_auto_show` is set to true be default, changing this to false will disable the auto show once a
| new ajax request is detected.
*/

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

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 0ea8beb

Please sign in to comment.