matheusfs/laravel-insights

Insights on a laravel application's usage

0.4.8 2022-09-16 19:48 UTC

This package is auto-updated.

Last update: 2025-03-28 02:34:29 UTC


README

Instalation

Require package to your composer.json

composer require matheusfs/laravel-insights

Publish config file

php artisan vendor:publish --provider="MatheusFS\Laravel\Insights\ServiceProvider" --tag="config"

Run migrations

php artisan migrate

Add the following blade directive on a base view (to reach all your site pages)

@record_pageview