dev-master
9999999-devInstantCake plugin for CakePHP
The Requires
- php >=5.4.16
- cakephp/cakephp ~3.0
The Development Requires
InstantCake plugin for CakePHP
InstantCake is cakephp build-in-Server include custom php.ini File for CakePHP3.0, (*1)
You can install this plugin into your CakePHP application using composer., (*2)
The recommended way to install composer packages is:, (*3)
composer require webuilder240/instant-cake
Set the InstantCake in bootstrap.php, (*4)
config/bootstrap.php, (*5)
``` php, (*6)
<?php // Only try to load DebugKit in development mode // Debug Kit should not be installed on a production system if (Configure::read('debug')) { Plugin::load('DebugKit', ['bootstrap' => true]); Plugin::load('InstantCake'); }, (*7)
## Usage ``` bash # -c options is php.ini file location bin/cake instant_cake -c php.ini
InstantCake plugin for CakePHP