Laravel-Backpack / theme-coreuiv4

UI for Backpack v6 that uses CoreUI v4 and Bootstrap v5.
MIT License
7 stars 4 forks source link

add layout in theme config #33

Closed pxpm closed 1 year ago

pxpm commented 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.

Merging this would make this layout key available to be used in error views.

tabacitu commented 1 year ago

I love that you wrote out the explanation here ❤️ Thanks Pedro, so easy to merge!