Visitor's behavior statistics by using machine auto learning
newflit/statistics-laravel is a Laravel package for visitor's behavior statistics by using machine auto learning.
It currently has 9 GitHub stars and 30 downloads on Packagist (latest version v1.0.3).
Install it with composer require newflit/statistics-laravel.
Discover more Laravel packages by newflit
or browse all Laravel packages to compare alternatives.
Last updated
To activate all features, please consider switching your application to a secure origin, such as HTTPS.
FYI, if still using insecure website, the location service is blocked.
This package is created for you to collect all your visitors behavior data and general a detailed report of how they interact with your web page, form and links etc. You might customise this package as you want.
Notice: this project is still under development. Please don't use it on the production server until the formal version released!
composer require newflit/statistics-laravel
ServiceProviderNewflit\Statistics\ServiceProvider::class,
Statistics middleware into 'web' group. (app\Http\Kernel.php)\Newflit\Statistics\Middleware\Statistics::class,
php artisan migrate
php artisan vendor:publish
MIT