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.
Installs: 11 294
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/matheusfs/laravel-insights
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