cake DebugKit

Application.php : bootstrap()

if ( Configure::read('debug') ) {
Configure::write('DebugKit.forceEnable', true);
$this->addPlugin(\DebugKit\Plugin::class);
}

Dodaj komentarz