fond-of-spryker / contentful-router
Contenful routing package
Package info
github.com/fond-of/spryker-contentful-router
pkg:composer/fond-of-spryker/contentful-router
dev-master
2023-03-17 13:33 UTC
Requires
- php: >=7.4
- fond-of-spryker/contentful: dev-master
- spryker-shop/shop-router: ^1.0.0
- spryker/router-extension: ^1.1
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-17 20:07:43 UTC
README
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