We are planning to migrate our Symfony application from old Symfony 2.3 version to latest Symfony 6.3 version.
But I am totally new to MVC framework and this is my first project with Symfony. So, How we can migrate all entities from older version to newer version?
So, for syntax perspective, there are some differences like old Symfony used annotations and new Symfony uses annotations using PHP 8 attributes that one only I understand.
Need proper steps to migrate old Symfony entities to new Symfony.