摘要:
一、在config/web.php中添加如下代码(开启debug工具和gii工具)if (YII_ENV_DEV) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug';... 阅读全文
摘要:
$config['bootstrap'][] = 'debug';$config['modules']['debug'] = [ 'class'=>'yii\debug\Module', 'allowedIPs'=>['192.168.*'],];$config['bootstrap']... 阅读全文