Hi there! π
First off, thank you for this fantastic bundle β it's been a pleasure to use and has made fixture management so much simpler! π
I've come across a scenario while building an app that leverages Doctrine's onFlush and postFlush events to trigger additional logic. While this works great under normal circumstances, Iβd like to ensure these events are bypassed when loading fixtures.
In the past, Iβve tried using a special environment parameter to manage this, but Iβve found it to be somewhat flaky and not the most reliable or elegant solution. Iβve also considered implementing a stateful service to track whether fixtures are being loaded. However, such an approach would greatly benefit from explicit events fired by the fixture loader itself.
Would it be possible to introduce events like preLoad and postLoad into this bundle? This addition would make it much easier to handle cases like mine and would likely be helpful for others too.
Iβd be happy to contribute and submit a PR for this feature if it aligns with the goals of the project.
Thank you for considering this suggestion! Looking forward to hearing your thoughts. π