Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

[V7] - Use the ThemeServiceProvider component loader #164

Open pxpm opened 4 months ago

pxpm commented 4 months ago

I didn't did it yet to avoid bumping crud version.

I am manually loading the theme component namespace in the provider, but there is already a way to do it via ThemeServiceProvider.

Basically just have to set $componentNamespace property like other package configurations. Minimum CRUD version is: 6.6.4