Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What steps are involved when upgrading cakephp from version 2.2 to 2.3? [closed]

Tags:

cakephp

I want to upgrade my CakePHP app from version 2.2 to 2.3, what should I do?

Is overwriting the lib folder enough? I checked the diff and noticed there are also changes in the app folder, so its not clear if these needs to be updated as well.

Migration guide has no information on how to perform the upgrade.

like image 355
rrd Avatar asked Feb 23 '13 10:02

rrd


1 Answers

Updating the lib folder for a "minor" upgrade like this is generally enough.
A complete list of changes/checks you can run when migrating is always available in the Migration Guide.

like image 170
Oldskool Avatar answered Nov 28 '22 09:11

Oldskool