main.php 255 B

12345678910
  1. <?php
  2. return [
  3. 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
  4. 'components' => [
  5. 'cache' => [
  6. 'class' => 'yii\caching\FileCache',
  7. 'cachePath'=>Yii::getAlias('@frontend').'/runtime/cache'
  8. ],
  9. ],
  10. ];