therezor / laravel-transactional-jobs

Run Laravel job inside transaction (after transaction is committed, or cancel if rolled back)
MIT License
45 stars 8 forks source link

Support for Laravel 10 #18

Closed stefanschindler closed 11 months ago

stefanschindler commented 11 months ago

Hi! It would be great if you could add support for Laravel 10 to this package.

Thanks!

stefanschindler commented 11 months ago

sorry! I didn't see that the newest release already supports Laravel 10

therezor commented 11 months ago

Hi @stefanschindler It is supported by laravel 10, just for a compatibility. There is no reason to use it with laravel 10, as it is natively support this feature https://laravel.com/docs/10.x/queues#jobs-and-database-transactions