haruncpi / laravel-user-activity

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

Please support non-standard App/User primary key #33

Open chops888 opened 2 years ago

chops888 commented 2 years ago

please offer a config variable for an alternate primaryKey for App/User

instead of hard-coded ->id

FarhanShares commented 1 year ago

Yeah, if used with UUID/ULID in the user model, it just fails. A config for this or migration publishing would be nice.