Skip to content

Instantly share code, notes, and snippets.

@cebe
Created March 28, 2015 20:08
Show Gist options
  • Save cebe/c3f0549c07d5ebd46a4d to your computer and use it in GitHub Desktop.
Save cebe/c3f0549c07d5ebd46a4d to your computer and use it in GitHub Desktop.
gii config
<?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