Categories
Where is debug panel in yii2?
In config/web.php I write
$config['modules']['debug'] = ['class' =>'yii\debug\Module', 'allowedIPs' =>'мой айпи'];
Answer the question
In order to leave comments, you need to log in
'bootstrap' => ['debug'], 'modules' => [ 'debug' => [ 'class' => 'yii\debug\Module', 'allowedIPs' => ['Айпи'] ] ];
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question