laravel-statistics
Installation
composer require newflit/statistics-laravel
Register ServiceProvider
Newflit\Statistics\ServiceProvider::class,
Add Statistics
middleware into 'web' group. (app\Http\Kernel.php)
\Newflit\Statistics\Middleware\Statistics::class,
Before Use, step 1: To create some database tables
php artisan migrate
Before Use, step 2: To publish the configuration file
php artisan vendor:publish
Before Use, step 3: Please make sure import jQuery in the header in any page you want track.
License
MIT