Laravel Auditing for event create, update, delete by using Api
Is there have anyway to trigger audit for a model that create, update and delete by calling api.
Actually i have a model and CRUD is doing by using Api..So if it is possible to use Laravel Auditing for that model any help or guide would be really nice..Thanks
as what i understanding, laravel do not come with auditing tools, but there should have some packages available, just search around https://packagist.org/?query=audit
Thanks for your reply i already have laravel-auditing its working good on other models...But i have few models.Create , update and delete event related to that few models done by using Api...so i want to know have there anyway to trigger laravel auditing event for model that use Api for create update and delete