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
public function beforeAction($action) { if ( $action->controller->id=='elfinder' && Yii::$app->getModule('debug') ) Yii::$app->getModule('debug')->instance->allowedIPs = []; return parent::beforeAction($action); }