fond-of-spryker / contentful-router
Contenful routing package
Installs: 16 227
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
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: 2024-10-17 17:25:25 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