We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe74b4 commit e737b86Copy full SHA for e737b86
.env.example
@@ -1,6 +1,7 @@
1
APP_ENV=production
2
APP_DEBUG=false
3
APP_KEY=SomeRandomString3232RandomString
4
+APP_THEME=default
5
6
DB_HOST=localhost
7
DB_PORT=3306
config/themes.php
@@ -4,7 +4,7 @@
'enabled' => true,
'themes_path' => realpath(base_path('resources/themes')),
'asset_not_found' => 'LOG_ERROR',
- 'active' => 'default',
+ 'active' => ENV('APP_THEME', 'default'),
8
9
'themes' => [
10
'default' => [
0 commit comments