Closed Divya-gi closed 3 years ago
You must have to use Loggable
trait into your model.
Code Example
<?php namespace App;
use Illuminate\Database\Eloquent\Model;
use Haruncpi\LaravelUserActivity\Traits\Loggable;
class Student extends Model
{
use Loggable;
}
This was working in V1.0.1, however after upgrading it I am no longer seeing any information on the table for user-activity. I downgraded to v1.0.1 and it shows the information.
I have installed this addon but its tracking only user login activity nothing else
You have to use Loggable trait
i have used use Loggable; in my models but the user activity track only user table
hello there @GianmarcoTrustDev , maybe your situation is like mine ? mine is working now, check this thread
user activity not showing edit,delete user activities and not insert that details into lgs table