Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Debugbar to include autoshow setting #1393

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

G4Zz0L1
Copy link
Contributor

@G4Zz0L1 G4Zz0L1 commented Feb 16, 2023

I think that's a valid point to include, due to the fact that in a lot of software with the autoshow set to true it's impossible to use the debugbar. I'm in Laravel Nova right now, every time a notification ajax gets sent, the request I'm debugging gets removed by that setting. I've tried to add a middleware to enable that setting, but it breaks other things in beetween. Right now this it's the most polished solution.
Let me know if it's ok!
Thanks!

I think that's a valid point to include, due to the fact that in a lot of software with the autoshow set to true it's impossible to use the debugbar.
I'm in Laravel Nova right now, every time a notification ajax gets sent, the request I'm debugging gets removed by that setting.
I've tried to add a middleware to enable that setting, but it breaks other things in beetween.
Right now this it's the most polished solution.
Let me know if it's ok!
Thanks!
@barryvdh barryvdh merged commit aff3235 into barryvdh:master Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants