aeyoll/symfony-php-spec-generator-bundle
最新稳定版本:0.0.2
Composer 安装命令:
composer require aeyoll/symfony-php-spec-generator-bundle
包简介
README 文档
README
This bundle is a basic generator for PhpSpec, based on the Doctrine defined in your Symfony project
Installation
Begin by installing the package through Composer. Edit your project's composer.json file to require aeyoll/symfony-php-spec-generator-bundle.
"require": { "aeyoll/symfony-php-spec-generator-bundle": "dev-master" }
Next, use Composer to update your project from the the Terminal:
php composer.phar update
You can also use the require command from Composer:
composer require aeyoll/symfony-php-spec-generator-bundle
Once the package has been installed, you'll need to add the bundle to your kernel. Open your app/AppKernel.php configuration file, and add new Aeyoll\SymfonyPhpSpecGeneratorBundle\AeyollSymfonyPhpSpecGeneratorBundle(), to the bundle list.
Usage
...
统计信息
- 总下载量: 67
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-25