qirolab / laravel-themer

Multi theme support for Laravel application
https://qirolab.com
MIT License
369 stars 50 forks source link

Livewire view dir not changed #3

Closed Fearcry closed 3 years ago

Fearcry commented 3 years ago

Laravel view directory changed, but not changed for livewire. Still calling blades in "resource/views/livewire"

hkp22 commented 3 years ago

If it did not find the blade file in your-themes/views/livewire then it will by default look for it in resource/views/livewire.