Remove the phpvms.skin config, use theme instead
This commit is contained in:
@@ -16,11 +16,6 @@ return [
|
|||||||
*/
|
*/
|
||||||
'installed' => env('PHPVMS_INSTALLED', false),
|
'installed' => env('PHPVMS_INSTALLED', false),
|
||||||
|
|
||||||
/**
|
|
||||||
* The skin to use for the front-end
|
|
||||||
*/
|
|
||||||
'skin' => env('APP_SKIN', 'default'),
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The ISO "Currency Code" to use, the list is in config/money.php
|
* The ISO "Currency Code" to use, the list is in config/money.php
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ return [
|
|||||||
|
|
||||||
# overrides phpvms.php
|
# overrides phpvms.php
|
||||||
'phpvms' => [
|
'phpvms' => [
|
||||||
'skin' => 'default',
|
|
||||||
'vacentral_api_key' => '',
|
'vacentral_api_key' => '',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -31,6 +30,11 @@ return [
|
|||||||
'currency' => 'USD',
|
'currency' => 'USD',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
# This is the name of the active theme
|
||||||
|
'themes' => [
|
||||||
|
'default' => 'default',
|
||||||
|
],
|
||||||
|
|
||||||
# overrides cache.php
|
# overrides cache.php
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'default' => '$CACHE_DRIVER$',
|
'default' => '$CACHE_DRIVER$',
|
||||||
|
|||||||
Reference in New Issue
Block a user