caffeinated / themes

:art: Laravel Themes package with support for the Caffeinated Modules package.

Home Page:https://caffeinatedpackages.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View Override not working

opened this issue · comments

Hello @kaidesu ,

I have your module plugin with your theme plugin.

Within my core module I try to do this: return \Theme::view('modules.core.index');
But it always show my view from modules and not from theme. In theme I have defined the view within public/themes/modules/core/index

Can u help me ?

Found the solution. Loading from ThemeServiceProvider in Module is not working.