1
<?php
2
return [
3
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
4
'components' => [
5 6 7 8
'cache' => [ 'class' => 'yii\caching\FileCache', ], ],
9
];