fond-of-spryker/category-page-search-category-key

category-key pagemap expander plugin

Maintainers

Package info

github.com/fond-of/spryker-category-page-search-category-key

pkg:composer/fond-of-spryker/category-page-search-category-key

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-09-10 12:08 UTC

This package is auto-updated.

Last update: 2019-12-23 10:10:16 UTC


README

Build Status PHP from Travis config license

Plugin expand catalog search results with category key

Installation

composer require fond-of-spryker/category-page-search-category-map

Register the new Plugin into your CategoryPageSearchPlugableDependencyProvider (dependency package)

protected function createCategoryPageMapExpanderPlugin(): array
{
    return [
        new CategoryKeyPageMapExpanderPlugin(),
    ];
}