Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.04k stars 885 forks source link

[v7] Enable database transactions by default #5431

Open promatik opened 6 months ago

promatik commented 6 months ago

DB Transactions were introduced in v6, here; https://github.com/Laravel-Backpack/CRUD/pull/5403 It remained as disabled as default to avoid the breaking change. It should now go to enabled by default on v7 👌