TappNetwork / filament-authentication-log

32 stars 14 forks source link

Call to undefined method App\Models\User::authentications() #8

Closed LionHackerman closed 3 weeks ago

LionHackerman commented 11 months ago

When logging in or signing out I get the error "Call to undefined method App\Models\User::authentications()".

LionHackerman commented 11 months ago

New issue: This cache store does not support tagging.

howdu commented 11 months ago

Check the docs for https://rappasoft.com/docs/laravel-authentication-log/v1/start/configuration#content-setting-up-your-model

Also you can use array by editing your .env file

CACHE_DRIVER=array
swilla commented 3 weeks ago

I'm pretty sure this error is due to a version mismatch. I think v4 introduced authentications() relation: https://github.com/rappasoft/laravel-authentication-log