Laravel-Backpack / demo

A working demo of Laravel with all Backpack packages installed.

Home Page:http://backpackforlaravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[v6] Demo theme-switcher is now broken

tabacitu opened this issue · comments

Bug report

What I did:

What I expected to happen:

Switch the theme

What happened:

Doesn't switch the theme, only switches the layout. The theme stays as tabler, always. Or at least that's what I think.

CleanShot 2023-06-20 at 17 17 20

@jorgetwgroup and @pxpm please have a quick meeting to unblock this 💪

Hello @tabacitu with this i go deep as i can and discovery why this maybe never work, is because if theme is not loaded in app, switcher will never find views, so i create a provider to register theme in our theme and now is working as expected.

PR: #530

Cheers.