rayblair/url-activity
Composer 安装命令:
composer require rayblair/url-activity
包简介
关键字:
README 文档
README
Records every url request, as well as user information, that is requested within your specified middleware group.
Installation
You can install the package via composer:
composer require rayblair/url-activity
Usage
Add \Rayblair\UrlActivity\Http\Middleware\UrlActivityMiddleware::class to your middleware.
protected $middlewareGroups = [ 'web' => [ ... \Rayblair\UrlActivity\Http\Middleware\UrlActivityMiddleware::class ], 'auth' => [ ... \Rayblair\UrlActivity\Http\Middleware\UrlActivityMiddleware::class ], 'api' => [ ... \Rayblair\UrlActivity\Http\Middleware\UrlActivityMiddleware::class ], ];
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email rayblair06@hotmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 8.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-16