You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Managed to do it by surcharging the ThemeServiceProvider, and adding a config(['view.paths' => $viewPaths]); logic before the instatiation of Themes...
It works fine with a basic configuration. But it does not work with
View::addLocation();
For example, if you have one route like :
and you have your theme in
views/admin/{default_theme}/
, it does not work.The text was updated successfully, but these errors were encountered: