Advertisement
Guest User

Untitled

a guest
May 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if (YII_ENV_DEV) {
  2. // configuration adjustments for 'dev' environment
  3. $config['bootstrap'][] = 'debug';
  4. $config['modules']['debug'] = [
  5. 'class' => 'yiidebugModule',
  6. 'allowedIPs' => ['127.0.0.2'],
  7. ];
  8.  
  9. $config['bootstrap'][] = 'gii';
  10. $config['modules']['gii'] = [
  11. 'class' => 'yiigiiModule',
  12. ];
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement