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
Completely revamped the way views are resolved from the filesystem. Caffeinated Themes now taps directly into Laravel's core FileViewFinder and registers native namespaces.
So what does this mean?
No more Theme::view() method. You may now use the plain ol' Laravel view() method. Caffeinated Themes will auto-resolve the view based on the currently set theme.