Laravel Audit APplied on My project is working for single insertion, update delete etc, but when doing Mass insert, its not Auditing, Does Laravel audit works for Mass insert / delete?
Asked
Active
Viewed 514 times
0
-
3Model events do not fire on bulk operations. https://laravel.com/docs/8.x/eloquent#events – Brian Lee Nov 12 '20 at 03:36
-
@DigitalDrifter So that means, Audit won't work in case of mass CRUD operation, am I right, we need to manually call audit package and update data in such cases , right! – vrnair24 Nov 12 '20 at 03:55