Laravel-debugbar: Laravel Nova > partial support

Created on 28 Mar 2019  路  2Comments  路  Source: barryvdh/laravel-debugbar

Debugbar is not working properly with Laravel Nova. Views and Gate show information for a second and then they are cleared.

laravel/framework: 5.8.*
laravel/nova: 2.0.0

Most helpful comment

Debugbar follows Ajax requests, so upon new requests the data switches. But you can select the previous request in the drop-down on the right.

All 2 comments

Debugbar follows Ajax requests, so upon new requests the data switches. But you can select the previous request in the drop-down on the right.

Thanks @barryvdh. This solves my issue.

If possible, i would prefer to see them in one place, perhaps grouped by request. Now it is confusing if you don't now this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

knvpk picture knvpk  路  5Comments

hookover picture hookover  路  4Comments

hussein-elhussein picture hussein-elhussein  路  3Comments

ddmo picture ddmo  路  3Comments

MRZ2017 picture MRZ2017  路  3Comments