What is the best way to declare a route in Symfony 3? -


maybe don't understand how symfony works (i'm beginning it), apparently there 4 ways declare route (see here). want know, if these ways work, best way declare it?

there no single "true" way. if work alone, pick way like. if work team, pick way. experience, used ways yml or annotations, because readable.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -