mslwk / module-repository-searchresult-builder
Magento2 module for easy search result building in custom repositories getList methods
Installs: 5 936
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.0
- magento/framework: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-15 09:38:38 UTC
README
Magento 2 Repository SearchResult Builder module
The extension provides a simple trait for easy search result building. See the test double for reference.
Installation
Via Composer
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