ashish-wagento/module-searchmodified
Composer 安装命令:
composer require ashish-wagento/module-searchmodified
包简介
This Module is use to search string and find modified files.
README 文档
README
This Module is use to search string and find modified files.
Version
We are adding a new version management to make module installation available through composer, so this is the table for reference:
| Magento Version | Composer prefix |
|---|---|
| 2.x.x | 100.x.x |
✓ Install via composer (recommend)
Run the following command in Magento 2 root folder:
composer require ashish-wagento/module-searchmodified::100.0.1
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Search Content
It is very easy to search content, search content in specific directory.
| Parameter | Value | Required? |
|---|---|---|
| --string | Enter string to search e.g. AccountController | Yes |
| --dir | Directory path e.g. app/code/ | No |
| --ext | File extensions, Enter file extensions. e.g. php / For multiple file types e.g. php,phtml | No |
Run the following command in Magento 2 root folder:
php bin/magento wagento:search --string='<module name=' --dir=app/code --ext=xml,php
Search Modified Files
This feature is useful to search the modified files within the folder.
| Parameter | Value | Required? |
|---|---|---|
| --days | Number Of Days | Yes |
| --dir | Directory path e.g. app/code/ | No |
| --ext | File extensions, Enter file extensions. e.g. php / For multiple file types e.g. php,phtml | No |
Run the following command in Magento 2 root folder:
php bin/magento wagento:modified --days=10 --dir=app/code --ext=php
Note: To search today's modified files you can set parameter like --days=0
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2018-11-22

