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