Cakephp

Load DebugKit for CakePHP 3 with command line

Load DebugKit for CakePHP 3 with command line


Load DebugKit for CakePHP 3 with command line

If you use windows command line go to 'start' type in cmd, in the command line cd into the to your cake php app. Then cd into the bin folder. Then interface paste in (right click paste) 

composer require --dev cakephp/debug_kit "~3.0"

then activate the plugin by 

cake plugin load DebugKit

voila !

Published: 2nd December 2016 by

Adverts