Blog
Symfony CLI: let's discover advanced options!
Symfony CLI binary allows to start a local PHP server to run your application. Many interesting options are available: local domain, HTTPS... Let's discover undocumented options or options recently documented!
EasyAdmin bundle: flash message after save
By default, when creating content, EasyAdmin displays no message after creating, updating or removing entities. Let's see how to manage that :)
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?