2017 © Pedro Peláez
 

cakephp-plugin instant-cake

InstantCake plugin for CakePHP

image

webuilder240/instant-cake

InstantCake plugin for CakePHP

  • Sunday, June 7, 2015
  • by oh240
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

InstantCake plugin for CakePHP

InstantCake is cakephp build-in-Server include custom php.ini File for CakePHP3.0, (*1)

Installation

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

Configuration

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

The Versions

07/06 2015

dev-master

9999999-dev

InstantCake plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires