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

Debugbar info/alert/warning not showing in controller POST method call.

Open AllTheUserNamesAreGone opened this issue 1 year ago • 2 comments

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 to GET requests.

I get messages shown via Blade no problem.

I'm new to debugbar so maybe this is normal but I can't find a mention of it anywhere here or google. Any ideas?

Using Laravel 10.

Thanks.

AllTheUserNamesAreGone avatar Mar 16 '24 23:03 AllTheUserNamesAreGone

I'm using POST without problems

parallels999 avatar Mar 18 '24 13:03 parallels999

Can you try https://github.com/barryvdh/laravel-debugbar/pull/1591 ?

barryvdh avatar Mar 31 '24 16:03 barryvdh