CakePHP 5 has just been released as 5.0.0. As it stabilizes, here already some tips and helpful tools to quickly update your app or plugin code. This aims to be a living doc on the process, so I will update…
Tag: Upgrade
Keeping up with framework upgrades
If you use open-source software, you might wonder, why all those changes and why you should migrate up to the next major versions. Some don’t even (properly) migrate the minor version of the framework dependency to the latest available release…
The ultimate upgrade guide to Cake 4
Here we go, time to upgrade again. And to document it. CakePHP 4.1 is already released, and also at work now we consider the upgrade of a larger internal application. This is basically the successor of the old upgrade notes…
CakePHP 3.0 Migration Notes
Trying to migrate my CakeFest app for this year’s event, I made some notes regarding the upgrade process from 2.x to 3.x. I completed them during the upgrade of my Sandbox app to 3.0. And adjusted them after RC2 and…
CakePHP 2.6 – and the end of the beginning
I was first thinking about the title "and the beginning of the end" – but that sounded a little bit too Armageddon. In fact, 2.x will probably still be around for years – and at least 2.7 will still be…
CakePHP 2.5 arrived + CakePHP Tips 2014
You probably read my last tip sections. And I started to move some of them to my sandbox app. But once in a while it might also be nice to publish a few selected tips, here as well. Oh, and…
Freshly baked Cake2.0 tips
With 2.0 there are many new features available. Some of them I want to introduce here. Using the console for 2.0 I once wrote about how to use the Cake1.3 console. The 2.0 shell is not so much different. The…