X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/dc1a16be4c8a3bf245bc9520fdd2c74de67f9817..refs/pull/1462/head:/config/view.php diff --git a/config/view.php b/config/view.php index e9a96c8ab..80bc9ef8f 100644 --- a/config/view.php +++ b/config/view.php @@ -1,5 +1,14 @@ ` folder to hold the - | custom theme overrides. - | - */ - + // App theme + // This option defines the theme to use for the application. When a theme + // is set there must be a `themes/` folder to hold the + // custom theme overrides. 'theme' => env('APP_THEME', false), - /* - |-------------------------------------------------------------------------- - | View Storage Paths - |-------------------------------------------------------------------------- - | - | Most templating systems load templates from disk. Here you may specify - | an array of paths that should be checked for your views. Of course - | the usual Laravel view path has already been registered for you. - | - */ - + // View Storage Paths + // Most templating systems load templates from disk. Here you may specify + // an array of paths that should be checked for your views. Of course + // the usual Laravel view path has already been registered for you. 'paths' => $viewPaths, - /* - |-------------------------------------------------------------------------- - | Compiled View Path - |-------------------------------------------------------------------------- - | - | This option determines where all the compiled Blade templates will be - | stored for your application. Typically, this is within the storage - | directory. However, as usual, you are free to change this value. - | - */ - + // Compiled View Path + // This option determines where all the compiled Blade templates will be + // stored for your application. Typically, this is within the storage + // directory. However, as usual, you are free to change this value. 'compiled' => realpath(storage_path('framework/views')), ];