X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/6988a6ff88a939a1161cb809f8157af4827c4d70..refs/pull/1462/head:/config/view.php diff --git a/config/view.php b/config/view.php index 8dc2841e7..80bc9ef8f 100644 --- a/config/view.php +++ b/config/view.php @@ -1,5 +1,14 @@ ` 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. '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')), ];