/ config / template.php
template.php
1  <?php
2  
3  return [
4      'TEMPLATE_ROUTE' => env('TEMPLATE_ROUTE', 'normal'),
5  ];