return [
+ /*
+ |--------------------------------------------------------------------------
+ | App theme
+ |--------------------------------------------------------------------------
+ |
+ | This option defines the theme to use for the application. When a theme
+ | is set there mush be a `themes/<theme_name>` folder to hold the
+ | custom theme overrides.
+ |
+ */
+
+ 'theme' => env('APP_THEME', false),
+
/*
|--------------------------------------------------------------------------
| View Storage Paths