Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
A completely working scheme is obtained if you use Doctrine Behavior Tree to implement nesting, and Symfony CMF Dynamic Router to route through this structure.
Roughly speaking, you need to implement a certain service:
namespace AppBundle\Router;
use Symfony\Cmf\Bundle\RoutingBundle\Doctrine\DoctrineProvider;
use Symfony\Cmf\Component\Routing\RouteProviderInterface;
class RouterProvider extends DoctrineProvider implements RouteProviderInterface
{
// ...
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question