kzykhys / super-cow-power
本框架中没有隐藏彩蛋
v1.0
2013-09-18 07:05 UTC
Requires
- symfony/config: >2.3
- symfony/console: >2.3
- symfony/dependency-injection: >2.3
- symfony/http-foundation: >2.3
- symfony/http-kernel: >2.3
This package is not auto-updated.
Last update: 2024-09-23 14:28:45 UTC
README
(__)
(oo) <"There are no Easter Eggs in this framework."
/------\/
/ | ||
* /\---/\
~~ ~~
安装
更新你的 composer.json 并运行 php composer.phar update
{ "require": { "kzykhys/super-cow-power": "~1.0" } }
更新你的 AppKernel.php
if (in_array($this->getEnvironment(), array('dev', 'test'))) { //... $bundles[] = new SuperCowPower\Bundle\SuperCowBundle\SuperCowPowerSuperCowBundle(); }
使用
运行 php app/console help
查看Moo命令帮助
测试
运行 phpunit
许可证
GPL-2.0
(__)
(oo) <"Have you mooed today?"
/------\/
/ | ||
* /\---/\
~~ ~~