laraveleg/user-online
最新稳定版本:1.2
Composer 安装命令:
composer require laraveleg/user-online
包简介
Analyze packages within the project
README 文档
README
Define the status of the user that was online or otherwise.
Install via composer
Add orm to composer.json configuration file.
$ composer require laraveleg/user-online
add new middleware in app/Http/Kernel.php file
\LaravelEG\Laravel\Middleware\UserOnlineMiddleware::class
add the trait in your model User in app/User.php file
use LaravelEG\Laravel\Traits\UserOnline; class User extends Authenticatable { use UserOnline; ...
Functions
isOnline
Auth::user()->isOnline();
THX.
统计信息
- 总下载量: 127
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-08-23