fond-of-spryker/contentful-router

Contenful routing package

Installs: 18 651

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/fond-of-spryker/contentful-router

dev-master 2023-03-17 13:33 UTC

This package is auto-updated.

Last update: 2025-09-17 19:19:28 UTC


README

build license

Description

Handles the routing for FondOfSpryker/Contentful package.

  • Added support for the new routing is spryker.
  • No support for Silex routing!

Install

composer require fond-of-spryker/contentful-router

Configuration

Register ContentfulRouterPlugin in RouterDependencyProvider

    protected function getRouterPlugins(): array
    {
        return [
            ...
            new ContentfulRouterPlugin(),
        ];
    }

Changelog

2020-03-31

  • extracted the routing stuff from fond-of-spryker/contentful package and moved it into the new routing format