matheusfs/laravel-insights

Insights on a laravel application's usage

Installs: 11 241

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/matheusfs/laravel-insights

0.4.8 2022-09-16 19:48 UTC

This package is auto-updated.

Last update: 2025-10-28 03:43:45 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