theme.php 260 B

1234567891011121314
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | 模板主题
  6. |--------------------------------------------------------------------------
  7. |
  8. */
  9. 'theme' => env('THEME', 'default')
  10. ];