laravel-analytics icon indicating copy to clipboard operation
laravel-analytics copied to clipboard

Analytics for the Laravel framework.

Results 3 laravel-analytics issues
Sort by recently updated
recently updated
newest added

when i add it as a middleware in Kernel.php protected $middleware = [ ... \AndreasElia\Analytics\Http\Middleware\Analytics::class, ]; i get this error of "sessin store not set on request" previously i had...

This adds support to ignore some columns when saving the page view record, i.e. ignoring the `host` column since I have a single tenant app and don't need it to...