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?
You could keep sessions in a DB and use last_activity column to determine how many users are currently online.
There is a laravel plugin to achieve this. here's the link :https://github.com/thomastkim/laravel-online-users
you can use the below package in order to get online users or determine if a user is online or not.
来源:https://stackoverflow.com/questions/38811097/get-online-users-in-laravel