mauro-moreno/find-bundle
Composer 安装命令:
composer require mauro-moreno/find-bundle
包简介
Symfony2 Bundle for a PHP based find command.
README 文档
README
Symfony2 Bundle for a PHP based find command.
Installation
Using composer:
composer require mauro-moreno/find-bundle
Register Bundle in you app/AppKernel.php:
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new MauroMoreno\FindBundle\FindBundle(), ); // ... } }
Usage
As simple as using any app/console command.
app/console find:dir {pattern} {directory}
#ouput: file_1
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-25