fond-of-spryker/contentful-router

Contenful routing package

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

This package is auto-updated.

Last update: 2024-04-17 16:19:27 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