Download the PHP package ashish-wagento/module-searchmodified without Composer
On this page you can find all versions of the php package ashish-wagento/module-searchmodified. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ashish-wagento/module-searchmodified
More information about ashish-wagento/module-searchmodified
Files in ashish-wagento/module-searchmodified
Package module-searchmodified
Short Description This Module is use to search string and find modified files.
License OSL-3.0
Informations about the package module-searchmodified
module-searchmodified
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:
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:
Output
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:
Output
Note: To search today's modified files you can set parameter like --days=0