Closed pxpm closed 1 year ago
As reported in https://github.com/Laravel-Backpack/CRUD/issues/5172 backpack would attempt to use the layout of the theme to display the errors to logged in users.
This theme don't have a layout so it will display without layout after https://github.com/Laravel-Backpack/CRUD/pull/5174 gets merged. At the moment it raises an error.
layout
Merging this would make this layout key available to be used in error views.
As reported in https://github.com/Laravel-Backpack/CRUD/issues/5172 backpack would attempt to use the layout of the theme to display the errors to logged in users.
This theme don't have a
layout
so it will display without layout after https://github.com/Laravel-Backpack/CRUD/pull/5174 gets merged. At the moment it raises an error.Merging this would make this
layout
key available to be used in error views.