omid.sandi / statistics
全面监控您网站上的用户
1.0.4
2023-09-21 21:06 UTC
Requires
- illuminate/support: ^v9.19.0
README
用于在 Laravel 网站上管理统计信息的包
安装
使用以下命令安装项目
composer require omid.sandi/statistics
添加迁移
运行以下命令在 Database/Migrations 中添加迁移
php artisan vendor:publish --provider="OmidSandi\Statistics\StatisticsServiceProvider"
运行 php artisan migrate
使用包
您可以使用以下函数在数据库中添加新视图
\Statistics::add_view();
其他函数
all_view()
guest_view($hour) //you can enter $hour to return view in spesefic hour
login_user()