Gokulanathan
Gokulanathan

Reputation: 385

how to store users activity and operations in laravel 5

In my laravel 5 project i need to store all user actions, if user has login and logout and doing some actions in laravel db it must be stored into an file or something for feature use. i have a tip to doing these things ,i need some guidelines, how to do this.

Upvotes: 1

Views: 1309

Answers (1)

umefarooq
umefarooq

Reputation: 4574

hi try this laravel package can help you to solve your problem its good user activity package

https://github.com/spatie/activitylog

Upvotes: 3

Related Questions