2026-02-05 06:51:15
A Shopware 6 plugin failed because it used a relative path to load a file from vendor/, which broke in a deployer setup where custom/plugins is shared across releases. Since plugins can live in different locations, such paths are unreliable. The fix is to use kernel.project_dir and build the vendor path dynamically via DI. Read the full blog post to learn how.



















