PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
packages
/
theme
/
config
<?php return [ /* |-------------------------------------------------------------------------- | Theme Default |-------------------------------------------------------------------------- | | If you don't set a theme when using a "Theme" class the default theme | will replace automatically. | */ 'themeDefault' => 'default', /* |-------------------------------------------------------------------------- | Layout Default |-------------------------------------------------------------------------- | | If you don't set a layout when using a "Theme" class the default layout | will replace automatically. | */ 'layoutDefault' => 'default', /* |-------------------------------------------------------------------------- | Path to lookup theme |-------------------------------------------------------------------------- | | The root path contains themes collections. | */ 'themeDir' => 'themes', /* |-------------------------------------------------------------------------- | A pieces of theme collections |-------------------------------------------------------------------------- | | Inside a theme path we need to set up directories to | keep "layouts", "assets" and "partials". | */ 'containerDir' => [ 'layout' => 'layouts', 'asset' => '', 'partial' => 'partials', 'view' => 'views', ], /* |-------------------------------------------------------------------------- | Listener from events |-------------------------------------------------------------------------- | | You can hook a theme when event fired on activities | this is cool feature to set up a title, meta, default styles and scripts. | */ 'events' => [], 'enable_custom_js' => env('CMS_THEME_ENABLE_CUSTOM_JS', true), ];
[-] general.php
[edit]
[+]
..
[-] permissions.php
[edit]