main-local.php 259 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 <?php $config = []; if (!YII_ENV_TEST) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = 'yii\debug\Module'; $config['modules']['gii'] = 'yii\gii\Module'; } return $config;