定制 doh/find-unused-bundles-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

doh/find-unused-bundles-bundle

Composer 安装命令:

composer require doh/find-unused-bundles-bundle

包简介

Find usuned bundles (or packages) for symfony 2.

README 文档

README

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight

Repository address: https://github.com/chtipepere/FindUnusedBundles

INSTALLATION

Add the bundle to your composer.json

"require-dev": {
    ...,
    "doh/find-unused-bundles-bundle": "dev-master"
}

Add the bundle to your AppKernel

if (in_array($this->getEnvironment(), ['dev', 'test'])) {
    $bundles[] = new Doh\FindUnusedBundlesBundle\DohFindUnusedBundlesBundle();
}

Usage

Scan your app

php app/console doh:unusedblundles:find
php app/console d:u:f

Known bugs

  • n/a

Todo

  • Remove and/or delete unused bundles/packages.
  • Add tests

统计信息

  • 总下载量: 936
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-23