haruncpi / laravel-user-activity

Monitor user activity easily!
https://laravelarticle.com/laravel-user-activity
425 stars 55 forks source link

Log Create data #11

Closed coziboy closed 3 years ago

coziboy commented 3 years ago

Add log for creating data

haruncpi commented 3 years ago

Create data generally not in log. Because

coziboy commented 3 years ago

But I think some people need to record it into logs just to find out who was responsible for that data creation, that's why user can activate or disable it in config just in case they don't need to record every data creation

haruncpi commented 3 years ago

Please pull the latest master branch and just change the config and log trait without touching the views/index.blade.php view file.