PHPUGFFM 03/25 meetup
Our next PHPUG Frankfurt meetup is scheduled for the 21st of May 2026 at the office from our friends at Reservix.
Our next PHPUG Frankfurt meetup is scheduled for the 21st of May 2026 at the office from our friends at Reservix.
In the Sylius Admin interface, a breadcrumb element is present in the content part of various pages.
This element is rendered using the @SyliusBootstrapAdminUi/shared/crud/update/content/header/breadcrumbs.html.twig Twig template.
In one of our Sylius projects, we are using the Sylius Settings plugin by our friends from Monsieur Biz to manage settings efficiently.
As I prepared for my live coding demo at the E-Commerce Open Source Summit in Paris later this week, I stumbled upon an interesting challenge: Our phpstan-sylius extension was not fully compatible with the latest features of the Sylius Stack release.
Recently, my good friend Sebastian Bergmann published an article about how to use an alternative implementation of withConsecutive() calls in PHPUnit 13.
Save the date: the PHPUG Frankfurt meetup is happening again on March 19th!
Earlier this month, we released the first version of our 2FA Plugin for Sylius.
Save the date! Our first meetup in the Rhein-Neckar metropolitan region for 2026 is just around the corner, taking place on February 26th, only two weeks from now.
Before diving into anonymous template components, let's start with the basics. A template component, also known as a Twig Component, allows you to bind an object to a template. This makes it easier to render and reuse UI elements, such as modals or category sidebars, across multiple areas of your application.