问题
I have one user for login to demo of my script.
I want get how many people online now.
I use laravel 5.2
What am I do?
回答1:
You could keep sessions in a DB and use last_activity column to determine how many users are currently online.
https://laravel.com/docs/5.1/session#introduction
回答2:
There is a laravel plugin to achieve this. here's the link :https://github.com/thomastkim/laravel-online-users
回答3:
you can use the below package in order to get online users or determine if a user is online or not.
https://github.com/shetabit/visitor
来源:https://stackoverflow.com/questions/38811097/get-online-users-in-laravel