webuilder240/instant-cake

There is no license information available for the latest version (dev-master) of this package.

InstantCake plugin for CakePHP

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2015-06-07 11:09 UTC

This package is not auto-updated.

Last update: 2024-04-17 06:32:41 UTC


README

InstantCake is cakephp build-in-Server include custom php.ini File for CakePHP3.0

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require webuilder240/instant-cake

Configuration

Set the InstantCake in bootstrap.php

config/bootstrap.php

<?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');
	}

Usage

# -c options is php.ini file location
bin/cake instant_cake -c php.ini