debugkit wont load by default in a production server (security reasons), you need force the load with this additional key DebugKit.forceEnable:
Configure::write('DebugKit.forceEnable', true);
debugkit wont load by default in a production server (security reasons), you need force the load with this additional key DebugKit.forceEnable:
Configure::write('DebugKit.forceEnable', true);