文件名称:FindUnusedBundles:为 symfony 2 找到使用过的包(或包)
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-06 20:53:25
PHP
查找未使用的捆绑包或包 仓库地址: : 安装 将包添加到您的 composer.json "require-dev": { ..., "doh/find-unused-bundles-bundle": "dev-master" } 将捆绑包添加到您的 AppKernel if (in_array($this->getEnvironment(), ['dev', 'test'])) { $bundles[] = new Doh\FindUnusedBundlesBundle\DohFindUnusedBundlesBundle(); } 用法 扫描您的应用 php app/console doh:unusedblundles:find php app/console d:u:f 已知错误 不适用 去做 删除和/或删除未使用的包/包。 添加测试
【文件预览】:
FindUnusedBundles-master
----Command()
--------FindUnusedBundlesCommand.php(15KB)
----Resources()
--------translations()
----DohFindUnusedBundlesBundle.php(235B)
----phpunit.xml.dist(1009B)
----Tests()
--------Command()
----.travis.yml(134B)
----composer.lock(67KB)
----README.md(2KB)
----.gitignore(568B)
----composer.json(792B)