project-client-plugin-php
v0.0.2
Published
The php plugin for project-client
Maintainers
Readme
PHP Plugin for Project Client
- Install a plugin
$ npm install -g project-client-plugin-php- Configure plugins of projects in ~/.project-client.json to php. For example,
{
"laravel": {
"plugins": "php",
"repository": "https://github.com/at-ishikawa/laravel.git"
}
}