Laravel-Backpack / theme-coreuiv2

UI that uses CoreUI v2 and Bootstrap v4, provided as a legacy theme for Backpack v6.
MIT License
5 stars 4 forks source link

add layout key to config #20

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.