Closed extrakun closed 8 years ago
Theme::config('extends');
As for the assets YES. You can get the parent Theme instance using:
$parentTheme = Theme::find(Theme::config('extends'));
and build your views using $parentTheme. eg:
$parentTheme->url('logo.png');
It will be great if there's a way for us to access the parent theme views/assets; is there anyway to do so?