webuilder240 / instant-cake
InstantCake plugin for CakePHP
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-13 08:57:16 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