Files
yii2/apps/advanced/common/config/main.php
2014-03-16 10:46:21 +06:00

11 lines
265 B
PHP

<?php
return [
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'extensions' => require(__DIR__ . '/../../vendor/yiisoft/extensions.php'),
'components' => [
'cache' => [
'class' => 'yii\caching\FileCache',
],
],
];