main.php 265 Bytes
Newer Older
1 2
<?php
return [
3 4 5 6 7 8 9
    'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
    'extensions' => require(__DIR__ . '/../../vendor/yiisoft/extensions.php'),
    'components' => [
        'cache' => [
            'class' => 'yii\caching\FileCache',
        ],
    ],
10
];