first commit
This commit is contained in:
8
environments/dev/console/config/main-local.php
Executable file
8
environments/dev/console/config/main-local.php
Executable file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'bootstrap' => ['gii'],
|
||||
'modules' => [
|
||||
'gii' => 'yii\gii\Module',
|
||||
],
|
||||
];
|
4
environments/dev/console/config/params-local.php
Executable file
4
environments/dev/console/config/params-local.php
Executable file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
];
|
4
environments/dev/console/config/test-local.php
Executable file
4
environments/dev/console/config/test-local.php
Executable file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
];
|
Reference in New Issue
Block a user