I am facing problem when routing in phpbb. my routing.yml file looks like this:
test_hello_world_controller:
path: /id/{post_id}
defaults: { _controller: test.controller:doSomething }
requirements:
post_id: \d+
but it gives error:
No route found for "GET /id/43"
When there is this kind of problem :
config/services.yml
and check that dependance is well declared,routing.yml
file.