Skip to content

webuilder240/instant-cake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

InstantCake plugin for CakePHP

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages