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

Does this warehouse serve the same purpose as the after_commit that came with the laravel? #17

Closed terranc closed 1 year ago

terranc commented 1 year ago

Does this warehouse serve the same purpose as the after_commit that came with the laravel?

https://laravel.com/docs/10.x/queues#jobs-and-database-transactions

therezor commented 1 year ago

@terranc Yes, you are totally right. However it was not present in previous laravel version, this package was made for it.