You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
build a routing that provides a custom router that reads from a phpcr tree to find a node in one request. that node points to a content. the content can have whatever structure, i18n happens with the Multilang strategy.
integrate it with the ChainRouterBundle from build a ChainRouterBundle #72. First check using the normal routing and if it fails, fallback to routing that matches via a repository lookup
find the right controller for the content (from document type or meta data)
the tree can be duplicated for each language to have language specific urls.
this tree is only for the urls, its not the navigation and not the content.
probably we don't even need the doctrine odm here
have a command to dump that tree into a routing file for performance worries