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