I've been trying to find a solution to versioning in Symfony. What would be the best way to do API versioning in Symfony. In Laravel this is pretty simple, see here
You just separate everything in different folders like V1/V2... and you create routes that points to that folder (namespace). But Symfony works differently, it uses annotation to create routes