Laravel-activitylog: Users login and logout

Created on 5 Feb 2020  路  1Comment  路  Source: spatie/laravel-activitylog

Hi.
I have 2 questions about this package:
1-can i register users login and logout using this package? after i install and setup this package on User model only CRUD event are registered.How can i register users login and logout using this Package ?

2-can i register and log all URLs come to my site using this package ?

Thanks.

question

Most helpful comment

Hey, you have to use custom activities to log login/logout.
https://docs.spatie.be/laravel-activitylog/v3/basic-usage/logging-activity/

This package isn't made for tracking - so if you want to track your referers or any other tracking like things you have to use another package - for example: https://github.com/antonioribeiro/tracker

>All comments

Hey, you have to use custom activities to log login/logout.
https://docs.spatie.be/laravel-activitylog/v3/basic-usage/logging-activity/

This package isn't made for tracking - so if you want to track your referers or any other tracking like things you have to use another package - for example: https://github.com/antonioribeiro/tracker

Was this page helpful?
0 / 5 - 0 ratings

Related issues

abdosaeedelhassan picture abdosaeedelhassan  路  4Comments

federico-arona picture federico-arona  路  5Comments

hackel picture hackel  路  5Comments

kcristella picture kcristella  路  5Comments

BerendSpigt picture BerendSpigt  路  4Comments