dualmedia/savepoint-prevent-crash-bundle
A simple Symfony + Doctrine bundle to help with MariaDB/MySql-based rollback behavior.
Simply composer require dualmedia/savepoint-prevent-crash-bundle
Then add the bundle to your config/bundles.php file like so
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
// other bundles ...
DualMedia\DoctrineRetryBundle\DoctrineRetryBundle::class => ['all' => true],
];
No configuration is required. Middleware is enabled along the bundle.
https://github.com/doctrine/orm/issues/11230
We use it in production for months now with no issues alongside our doctrine-retry-bundle (check it out).
How can I help you explore Laravel packages today?