imsamurai / cakephp-environment
Provides improovement for tests, packagist, etc
Installs: 4 203
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:cakephp-plugin
Requires
- composer/installers: *
- imsamurai/cakephp-advancedshell: 1.3.*
- phpunit/phpunit: 4.1.*
This package is not auto-updated.
Last update: 2024-11-05 04:05:38 UTC
README
- 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.
-
Add plugin loading in Config/bootstrap.php
CakePlugin::load('Environment', array('bootstrap' => true));
-
Run
Console/cake Environment.environment install
(check help for options).