I have a legacy application which uses
Client is asking for an upgrade of all the tech stack to the latest.
How can I do this upgrade with minimum effort ? A solution required without re-writing the whole application.
Upgraded application's security should be major feature
Upgrading from such an old version to the latest version is most likely never going to work. I suggest rebuilding the application in Symfony 5 manually, it will probably save you a lot time and effort.
You can try to reuse as much business logic as you can.