doh/find-unused-bundles-bundle
Composer 安装命令:
composer require doh/find-unused-bundles-bundle
包简介
Find usuned bundles (or packages) for symfony 2.
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-23