haruncpi / laravel-user-activity

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

No logs except login, password change and logout #41

Closed GuyVervillePerso closed 1 year ago

GuyVervillePerso commented 1 year ago

Hello, Thank you for your package. I have placed the trait Loggable in two models as requested, but nothing is shown in the log when I create entries for those models.

I am using this in the context of Livewire, but I'm sure this is not a problem since the creation of entries utilizes the model::create function.

Is there something I am missing?

GuyVervillePerso commented 1 year ago

Forget about it... I have realized that I did not activate the 'create' option in the config...