I have project with cakephp 2.X . Customer want to upgrade in cakephp 5.x . Is there plugin which help me for this . Which can show deprecated methods in VS Code and provide anything helpful suggesion in VS code.
I want any plugin which help for the version update in cakephp 5.
I’d also just start a fresh CakePHP 5 app and manually migrate stuff over. So many things have changed from CakePHP 2 that you are better off just re-creating the app.
I’m new to CakePHP and working on a project that currently runs on CakePHP 2.x. The project needs to be upgraded to CakePHP 5.x, but the PHP version must remain at 5.x and cannot be updated beyond that. Can anyone assist with this upgrade?