quantumh/laravel-visits
最新稳定版本:v4.0.8
Composer 安装命令:
composer require quantumh/laravel-visits
包简介
Track visits on a Laravel application
README 文档
README
Register all visits on your Laravel app
Installation
You can install the package via composer:
composer require quantumh/laravel-visits
The package will automatically register itself.
You can publish and run the migrations with:
php artisan vendor:publish --tag="quantum-visits-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="quantum-visits-config"
php artisan vendor:publish --tag="quantum-location-config"
If you are using MaxMind services: Add to .env file the license key for MaxMind:
MAXMIND_LICENSE_KEY={your_license_key}
MAXMIND_USER_ID={your_user_id}
MAXMIND_WEB_SERVICE_ENABLED=true/false
Add to your Console/Kernel.php the following command to have the MaxMind offline database updated:
$schedule->command('location:update')->weekly();
Add this key on your phpunit.xml to avoid make the test failing due to the visits.
<env name="TRACKER_VISITS_ENABLED" value="false"/>
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- [Carlos Rodriguez]
- [David Vazquez]
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 83.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-12