main.php
384 Bytes
<?php
use common\helpers\AppErrorLog;
$config = [
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'timeZone'=>'Asia/Shanghai',
'components' => [
'cache' => [
'class' => 'yii\caching\FileCache',
],
'urlManager'=>[
'showScriptName' => false,
'enablePrettyUrl' => true,
],
],
];
return $config;