cakephp-plugin cakephp-environment
Provides improovement for tests, packagist, etc
imsamurai/cakephp-environment
Provides improovement for tests, packagist, etc
- Tuesday, December 9, 2014
- by imsamurai
- Repository
- 1 Watchers
- 0 Stars
- 4,185 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 2 Versions
- 0 % Grown
Cakephp Environment Plugin
, (*1)
- phpunit 4.1.*
- composer autoload
- hhvm compatible
- console switched to hhvm by default
Requirements
- Composer
- hhvm (default handler, you can change to `php`)
Installation
-
Install via composer latest package imsamurai/cakephp-environment., (*2)
-
Add plugin loading in Config/bootstrap.php, (*3)
CakePlugin::load('Environment', array('bootstrap' => true));, (*4)
-
Run Console/cake Environment.environment install
(check help for options)., (*5)