/config/bootstrap.php にて、
trueにするとDebugKitをON、
falseにするとDebugKitをOFFにすることができる。
if (Configure::read('debug')) {
//Plugin::load('DebugKit', ['bootstrap' => true]);
Plugin::load('DebugKit', ['bootstrap' => false]);
}
enjoyブログ♪ Let's ENJOY
/config/bootstrap.php にて、
trueにするとDebugKitをON、
falseにするとDebugKitをOFFにすることができる。
if (Configure::read('debug')) {
//Plugin::load('DebugKit', ['bootstrap' => true]);
Plugin::load('DebugKit', ['bootstrap' => false]);
}