DDEV & Sylius Test Application
In May, Sylius released their new Test Application project, which defines a shared testing environment designed to simplify plugin development and testing.
In May, Sylius released their new Test Application project, which defines a shared testing environment designed to simplify plugin development and testing.
Mark your calendars for October 29th and 30th, as Bad Nauheim will be the place to be. My friends from programmier.bar are hosting the programmier.con - Web & AI Edition 2025 conference, and I'm excited to have been invited to give a talk about DDEV, a topic that was recently featured on the programmier.bar podcast.
On the 19th of September, I will be speaking once again at the PHP Developer Day Conference organized by my friends of the PHP Usergroup Dresden.
We use DDEV for almost all of our PHP projects. Also, we use FrankenPHP in our projects, but so far only in production.
Can we make FrankenPHP also run in DDEV to have a more consistent development environment?
In a recent project, we dealt with 2 DDEV instances — 2 applications that need to communicate with each other or, more specifically, exchange files.
Adding custom Javascript code to the Sulu Admin UI requires a rebuild of the administration interface frontend application. According to the Sulu docs, running the following command is enough:
bin/adminconsole sulu:admin:update-build
Sadly, this did not work in our ddev setup because ddev ships with a newer version of npm. Due to a breaking change for linked packages, Sulu is not compatible with npm > 6 at the moment.
Since we are currently moving to DDEV to standardize our Docker development setups, I was wondering how easy it will be to add my favorite Git Hook Manager CaptainHookPHP to the setup.