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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -