yii2-test-1/common/config/main.php

14 lines
302 B
PHP
Raw Normal View History

2023-05-06 20:40:02 +03:00
<?php
return [
'aliases' => [
'@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset',
],
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'components' => [
'cache' => [
'class' => \yii\caching\FileCache::class,
],
],
];