omid.sandi/statistics

Full monitoring of users on your site

1.0.4 2023-09-21 21:06 UTC

This package is auto-updated.

Last update: 2024-09-21 23:30:10 UTC


README

a package for manage statistics in laravel sites

Installion

use this command to install the project:

composer require omid.sandi/statistics

add migration

run below command to add migration in Database/Migartions

php artisan vendor:publish --provider="OmidSandi\Statistics\StatisticsServiceProvider"

run php artisan migrate

using package

you can use following function to add new view ain databse:

\Statistics::add_view();

another functions:

all_view()
guest_view($hour) //you can enter $hour to return view in spesefic hour
login_user()