Apply theme globally; add mail templates into theme folder #715

This commit is contained in:
Nabeel Shahzad
2020-05-22 18:58:09 -04:00
parent fb7d988032
commit 09cd7adb6b
32 changed files with 19 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ class RouteServiceProvider extends ServiceProvider
private function mapWebRoutes()
{
Route::group([
'middleware' => ['web', 'theme'],
'middleware' => ['web'],
'namespace' => $this->namespace,
], function ($router) {
Route::group([