Question:How to enable gii in yii?
Answer To enablel gii in yii we should edit ‘modules’ after entering yii\protected\config\main.php . Snippet are showing belows: 'modules'=>array( 'gii'=>array( 'class'=>'system.gii.GiiModule', 'password'=>’type password’, 'ipFilters'=>array('127.0.0.1','::1'), ),
+ Report
How to enable gii in yii?