/
home
/
techb158
/
immovalet.com
/
platform
/
packages
/
theme
/
config
/
/home/techb158/immovalet.com/platform/packages/theme/config
mkdir
upload
Name
Size
Mode
Actions
general.php
1938
0644
edit
dl
rm
permissions.php
915
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/packages/theme/config/general.php
(1938B)
<?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), ];
Save
cmd:
run