fixed extension list file location.
This commit is contained in:
parent
1ddfca3f8e
commit
333b1f4b1f
@ -6,7 +6,7 @@ return [
|
|||||||
'preload' => ['log'],
|
'preload' => ['log'],
|
||||||
'controllerPath' => dirname(__DIR__) . '/commands',
|
'controllerPath' => dirname(__DIR__) . '/commands',
|
||||||
'controllerNamespace' => 'app\commands',
|
'controllerNamespace' => 'app\commands',
|
||||||
'extensions' => require(__DIR__ . '/../vendor/yii-extensions.php'),
|
'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
|
||||||
'components' => [
|
'components' => [
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'class' => 'yii\caching\FileCache',
|
'class' => 'yii\caching\FileCache',
|
||||||
|
@ -3,7 +3,7 @@ $params = require(__DIR__ . '/params.php');
|
|||||||
$config = [
|
$config = [
|
||||||
'id' => 'bootstrap',
|
'id' => 'bootstrap',
|
||||||
'basePath' => dirname(__DIR__),
|
'basePath' => dirname(__DIR__),
|
||||||
'extensions' => require(__DIR__ . '/../vendor/yii-extensions.php'),
|
'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
|
||||||
'components' => [
|
'components' => [
|
||||||
'request' => [
|
'request' => [
|
||||||
'enableCsrfValidation' => true,
|
'enableCsrfValidation' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user