initial commit
This commit is contained in:
9
common/config/main.php
Normal file
9
common/config/main.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
|
||||
'components' => [
|
||||
'cache' => [
|
||||
'class' => 'yii\caching\FileCache',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user