S
S
Sergey2015-03-01 17:39:33
Yii
Sergey, 2015-03-01 17:39:33

Where is debug panel in yii2?

In config/web.php I write

$config['modules']['debug'] = ['class' =>'yii\debug\Module', 'allowedIPs' =>'мой айпи'];

But I don't see the debug panel. What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2015-03-01
@butteff

'bootstrap' => ['debug'],
'modules' => [
    'debug' => [
        'class' => 'yii\debug\Module',
        'allowedIPs' => ['Айпи']
    ]
];

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question