dmytrof/doctrine-modification-events-bundle
This bundle helps you to create and handle events on entities updates for your Symfony 7/8 application
$ composer require dmytrof/doctrine-modification-events-bundle
<?php
// config/bundles.php
return [
// ...
Dmytrof\DoctrineModificationEventsBundle\DmytrofDoctrineModificationEventsBundle::class => ['all' => true],
];
How can I help you explore Laravel packages today?