mslwk/module-repository-searchresult-builder

Magento2 module for easy search result building in custom repositories getList methods

1.1 2024-04-15 08:32 UTC

This package is auto-updated.

Last update: 2024-04-15 08:33:03 UTC


README

Latest Stable Version License Scrutinizer Code Quality Build Status Total Downloads

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