Update CakePHP Version to latest

1

I have a project in hand with the version of CakePhp 2.2.3, I would like to upgrade to a newer version of the framework, because if I'm not mistaken, it's already in version 3.5. I have seen some links on the internet and I did not quite understand, could someone give me a direction?

    
asked by anonymous 06.03.2018 / 00:28

1 answer

1

CakePHP has changed a lot from version 2.x to version 3.x. The code is incompatible, especially the data query part (ORM) of it.

The cakephp developers have made a tool to help - link , but it does not make a miracle, especially if your code is large .

Interesting maybe you should migrate to the newer version of cakephp 2, version 2.10. It needs few tweaks and brings many improvements that have been incorporated into Cake 3.

    
13.03.2018 / 00:57