commit fbcf274f9dce767c8536d2fb27ff2a33e9ad8bae
Author: admin <admin@www1334uf.sakura.ne.jp>
Date:   Fri Feb 5 12:49:24 2016 +0900

    install DebugKit

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..84c5024
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "app/Plugin/DebugKit"]
+	path = app/Plugin/DebugKit
+	url = git://github.com/cakephp/debug_kit.git
diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php
index 1eace32..2c73bc5 100644
--- a/app/Config/bootstrap.php
+++ b/app/Config/bootstrap.php
@@ -64,8 +64,8 @@ Cache::config('default', array('engine' => 'File'));
  * advanced ways of loading plugins
  *
  * CakePlugin::loadAll(); // Loads all plugins at once
- * CakePlugin::load('DebugKit'); // Loads a single plugin named DebugKit
  */
+CakePlugin::load('DebugKit'); // Loads a single plugin named DebugKit
 
 /**
  * To prefer app translation over plugin translation, you can set
diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php
index a827969..3df7cc2 100644
--- a/app/Controller/AppController.php
+++ b/app/Controller/AppController.php
@@ -31,4 +31,5 @@ App::uses('Controller', 'Controller');
  * @link		http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
  */
 class AppController extends Controller {
+	public $components = array('DebugKit.Toolbar');
 }
diff --git a/app/Plugin/DebugKit b/app/Plugin/DebugKit
new file mode 160000
index 0000000..1a73aeb
--- /dev/null
+++ b/app/Plugin/DebugKit
@@ -0,0 +1 @@
+Subproject commit 1a73aeb21df9df8b26baa5b384f4899ca1736975
