David Buchmann

Results 944 comments of David Buchmann

i think i like dans idea of a central node / document that contains this name=>route map. this is the most flexible for multisite situations (even allowing fallback in a...

looks like this was the starting point for the whole Resource / ResourceBundle... but what do we do about those two twig functions? i still think we should have them.

i expect some people to have implemented https://github.com/symfony/symfony/blob/6.1/src/Symfony/Component/Routing/RouterInterface.php with their own custom logic. e.g. to bridge into a legacy application, or for a much simpler thing than dynamic router. technically,...

there is at least one application using only the chain router: https://twitter.com/SnakeAAS/status/1526843448644489216 even if most people will install both, i think we would benefit from the added clarity of splitting...

the dynamic router is handling the matching of routes when you can't have the collection upfront (because it is dynamic). the provider knows how to load the route candidates (e.g....

i created this issue based on https://twitter.com/alex_s_/status/1526845679292882945 by @alexander-schranz i have not formed a clear opinion one way or the other, but am looking for thoughts and inputs. if in...

if somebody wants to do this, i think the right thing is looking at the code coverage in the Configuration and RoutingBundleExtension classes and you probably mainly notice uncovered sanity...

indeed. @ElectricMaxxx what did you find missing?

ah yeah. all orm things for example. most of this validation should ideally be moved into the Configuration class btw.

@benglass i think it does make sense. its rather special cases, as you should not need to hardcode something like `path('/cms/routes/en/test')` in your template (since having worked with drupal, i...