-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Method setActive does not exist. #63
Comments
@xbust3r |
Nothing? |
It looks to me like the method was changed to setCurrent() or maybe even set() |
@dariusj18 that right // Laravel 5.7
\Theme::set('theme-name'); work for me! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I updated to laravel 5.5 and have a problem with this function:
Theme::setActive('template2');
In the version 5.3 all works fine, I update the module by composer and check the service provider & facade and is well configured.
Is a bug in laravel 5.5? I use these modules too:
The text was updated successfully, but these errors were encountered: