kzykhys / super-cow-power

本框架中没有隐藏彩蛋

安装次数: 17

依赖关系: 0

建议者: 0

安全性: 0

星标: 1

关注者: 3

分支: 0

开放性问题: 0

类型:symfony-bundle

v1.0 2013-09-18 07:05 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:28:45 UTC


README

Latest Stable Version Build Status Coverage Status

         (__)
         (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?"
   /------\/
  / |    ||
 *  /\---/\
    ~~   ~~