matheusfs / laravel-insights
Insights on a laravel application's usage
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
v1.3.5
2026-02-06 10:36 UTC
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.5
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