Created
March 28, 2015 20:08
-
-
Save cebe/c3f0549c07d5ebd46a4d to your computer and use it in GitHub Desktop.
gii config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// ... | |
$config['modules']['gii'] = [ | |
'class' => 'yii\gii\Module', | |
'allowedIPs' => ['127.0.0.1', '::1', '192.168.0.*', '192.168.178.20'] // adjust this to your needs | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment