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
$config['bootstrap'][] = 'debug'; $config['modules']['debug'] = 'yii\debug\Module';
Comment out the above lines of code above. this worked for me. This do in frontend and backend to disable that debug tool or module at the footer of the website.