Type
magento2-module
Magento2 module for easy search result building in custom repositories getList methods
magento2-module
MIT
None
None
None
None
None
The extension provides a simple trait for easy search result building. See the test double for reference.
To install the extension using Composer use the following commands:
composer require mslwk/module-repository-searchresult-builder
php bin/magento module:enable MSlwk_RepositorySearchResultBuilder
php bin/magento setup:upgrade
```
##### From GitHub #####
You can download the extension directly from GitHub and
put it inside `` app/code/MSlwk/RepositorySearchResultBuilder `` directory. Then run the
following commands:
php bin/magento module:enable MSlwk_RepositorySearchResultBuilder php bin/magento setup:upgrade ```