Search for solutions or post your questions. Let our community experts move you forward.
We’re excited to announce the first step toward integrating Symfony’s powerful autowiring capabilities into the Spryker framework! This initiative aims to reduce boilerplate code, improve developer productivity, and offer a smoother dependency injection (DI) experience—without changing the core architecture of Spryker. Why…
Ey-o, does anyone have any experience integrating the Symfony Rate limiter into Spryker? At the moment it's mainly about rate limiting 1-2 custom Glue endpoints for me (so I can just do one-off type custom code this time), but more generally it'd be interesting to know how one would go about configuring and integrating new…
For example propel:install fails with ErrorException - Exception: fileperms(): stat failed for /data/src/Orm/Propel/Schema//spy_acl.schema.xml This is because of using the STFU operator @ to silence fileperms() in vendor/symfony/filesystem/Filesystem.php:689 and from what I understand, Spryker's error handler doesn't like…