The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
8 views

Symfony2 not picking up multiple routing yml files / Import not working in yml file

So first off TL:DR - Symfony isn't picking up additional routing files in my bundle. Don't know why. Tried doing imports like in config.yml and it's not working either I have multiple controllers for ...
0
votes
1answer
28 views

How does the login check_path route work without default controller/action?

I am working on symfony 2.3 project having the following routing code just2_frontend_logincheck: pattern: /login_check It doesn't have defaults:{ _controller: testBundle:User:login } But ...