A Migration Tale: from our custom PHP framework to Symfony
Key points and strategy to migrate from a proprietary framework to Symfony, discussing routing, service injection, and database entities.
Mar 1, 20233 min read305

Search for a command to run...
Articles tagged with #symfony
Key points and strategy to migrate from a proprietary framework to Symfony, discussing routing, service injection, and database entities.

Review of known pitfalls to quickly debug a ClockMock test
