How do I access Gii from this advanced template.
Please help.
How do I access Gii from this advanced template.
Please help.
in frontend/config/main.php
'urlManager' => [
'showScriptName' => false, //hide frontend/web/index.php from URL
'enablePrettyUrl' => true,// hide ?r=site%2Fsignup
]
in frontend/config/main-local.php
if (!YII_ENV_TEST) {
// configuration adjustments for 'dev' environment
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = 'yii\debug\Module';
$config['bootstrap'][] = 'gii';
$config['modules']['gii'] = 'yii\gii\Module';
}
run by
localhost/appname/gii