feat(themes): add ViewThemes library to set views in root themes folder

app, admin, install and authentication views are now located in root themes/ folder
This commit is contained in:
Yassine Doghri 2021-09-02 16:34:25 +00:00
commit 7a276764e6
155 changed files with 356 additions and 178 deletions

View file

@ -58,7 +58,7 @@ class PodcastImportController extends BaseController
'browserLang' => get_browser_language($this->request->getServer('HTTP_ACCEPT_LANGUAGE')),
];
return view('Modules\Admin\Views\podcast\import', $data);
return view('podcast/import', $data);
}
public function attemptImport(): RedirectResponse