How to migrate legacy PHP web applications to Laravel
Developing new features on old sites is a daunting task. Sooner or later they will have to be modernized, rewritten from scratch, or ultimately shut down.
An interesting approach to refactoring old codebases is in-place migration. You don’t rewrite the whole project from scratch, you just tweak it a little and make it work alongside its modern version...
7 Comments1 Minutes
Legacy App Refactoring
We’d been working on this project for a few years, but never really had the time to work on massively refactoring it. There were always new features, small fixes, and improvements in the way...
1 Comment11 Minutes