Recent Posts

Upgrade to Doctrine Migrations 3

Upgrading doctrine/migrations to version 3 (3.0.1) on a Symfony 4.4 project. Even when following semver a major version upgrade is expected to have backwards compatibility breaks.
phpsymfonydoctrinedoctrine-migrations

Upgrade to Friends of Behat Symfony Extension

Behat has been getting quite a bit of support recently. Many of its extensions have been forked by @FriendsOfBehat and updated to better support current PHP versions.
phpsymfonybehatsymfony2extensionsymfonyextensionfriendsofphp

Multiple Entity Managers With Symfony

I wanted to use different database connections when accessing content. My main use case was to have a read-only user (e.g. reading from a read-replica) and a user with write permissions to do inserts.
phpsymfonydoctrine