waynebrummer/access-telemetry
Composer 安装命令:
composer require waynebrummer/access-telemetry
包简介
Logs access and user authentication actions also provides a API resource to preform reports using Spatie :).
README 文档
README
.env settings Days 180
PRUNE_ACCESS_LOGS_SECONDS=15552000
Via Composer:
composer require waynebrummer/mail-telemetry
Publish the config file and migration files:
php artisan vendor:publish --provider="Pace\AccessTelemetry\ServiceProvider"
Run the migration:
php artisan migrate
Where to start:
Begin by extending adding the event to your login method in your controller. Thats about it for hooking it up.
... use Pace\AccessTelemetry\Events\RequestLoginEvent as LoginEvent; ... event(new LoginEvent($credentials, request()->server())); ...
统计信息
- 总下载量: 266
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-11-15