mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Update start-gii.md
Update example for config Gii module.
This commit is contained in:
		@ -23,7 +23,9 @@ $config = [ ... ];
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if (YII_ENV_DEV) {
 | 
					if (YII_ENV_DEV) {
 | 
				
			||||||
    $config['bootstrap'][] = 'gii';
 | 
					    $config['bootstrap'][] = 'gii';
 | 
				
			||||||
    $config['modules']['gii'] = 'yii\gii\Module';
 | 
					    $config['modules']['gii'] = [
 | 
				
			||||||
 | 
					        'class' => 'yii\gii\Module',
 | 
				
			||||||
 | 
					    ];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user