main-local.php 131 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <?php return [ 'preload' => [ 'debug', ], 'modules' => [ 'debug' => 'yii\debug\Module', 'gii' => 'yii\gii\Module', ], ];