openclassify/config/theme.php
2026-03-03 13:59:46 +03:00

9 lines
204 B
PHP

<?php
return [
'active' => env('TALLCMS_THEME_ACTIVE', 'talldaisy'),
'themes_path' => base_path('themes'),
'cache_themes' => env('TALLCMS_THEME_CACHE', true),
'auto_discover' => true,
];