Blog
Welcome on my blog. You will find there my articles about development around Symfony in general.

My Taskfile configuration for Symfony
Being reluctant to use Makefiles, I recently fell in love with Taskfile, which allows to do pretty much the same thing, but with a simpler syntax.

Upgrade Doctrine Migrations from 2.x to 3.0
Following the major upgrade of Doctrine Migrations and its Symfony bundle from version 2.x to 3.0, several issues have arisen. Some easy to adjust, others were more difficult. Let's see how to fix them all.

Build assets with Webpack Encore and Gitlab CI
In the previous article I detailed how to build assets with Webpack Encore on Github Actions. But how to achieve the same using Gitlab CI?

Build assets with Webpack Encore on Github Actions
Github Actions are available for a while now. But, how to build assets with Webpack Encore to create a build that will be used by eg. your deployment system?