gpt4 book ai didi

linux - 在 yii2 中设置 Gii 权限

转载 作者:太空宇宙 更新时间:2023-11-04 03:36:29 25 4
gpt4 key购买 nike

我正在一个 IP 地址为“xxx.xxx.x.x”的系统中开发一个项目“演示”,该系统来自另一个具有不同 IP 地址的系统。当我尝试使用 gii 时,我收到权限错误。我如何设置在单独的系统中使用gii的权限?我在 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' ]['allowedIPs'] = ['*'];
}

最佳答案

假设你有127.0.0.1这样的IP,那么尝试一下

$config['modules']['gii'] = [
'class'=>'yii\gii\Module',
'allowedIPs'=>['127.0.0.*'],
];

关于linux - 在 yii2 中设置 Gii 权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31378001/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com