How can I disable yii-debug-toolbar on a specific view especially on partial rendered views?
yii-debug-toolbar
Is this possible?
p.s. Yii-debug-toolbar
Yii-debug-toolbar
if you want to remove from front end then this is the way:
main-local.php
$config['bootstrap'][] = 'debug'; $config['modules']['debug'] = 'yii\debug\Module';
This will remove debug bar from front-end.