Skip to content
Discussion options

You must be logged in to vote

The reason you're no longer seeing Backpack error pages in non-admin-panel pages is... because we fixed it 😀 It usually doesn't make sense to have the admin panel design dictate something in the app itself, not even just error views. So in v6 the error pages have been moved, they're no longer in resources/views/errors.

You can still show Backpack error pages in custom pages, but ONLY if they're in the admin panel (under the admin panel URL prefix). To us, that's the only place where they make sense.

If you liked the previous behaviour where app errors looked like Backpack errors, you should be able to copy them from vendor to your resources/views/errors and fix the layout a bit, to have t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@christmex
Comment options

Answer selected by christmex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants