matheusfs / laravel-insights
Insights on a laravel application's usage
Installs: 11 206
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires (Dev)
- orchestra/testbench: ~3.6.0
- phpunit/phpunit: ^8.0
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