Use env() properly throughout panel to avoid cache issues.
This commit is contained in:
parent
9a581ef536
commit
4f16509447
14 changed files with 68 additions and 100 deletions
|
@ -4,14 +4,9 @@ return [
|
|||
'enabled' => true,
|
||||
'themes_path' => realpath(base_path('resources/themes')),
|
||||
'asset_not_found' => 'LOG_ERROR',
|
||||
'active' => ENV('APP_THEME', 'default'),
|
||||
'active' => env('APP_THEME', 'pterodactyl'),
|
||||
|
||||
'themes' => [
|
||||
'default' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'default',
|
||||
'asset-path' => 'themes/default',
|
||||
],
|
||||
'pterodactyl' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'pterodactyl',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue