Download the PHP package nowendwell/app-analytics without Composer
On this page you can find all versions of the php package nowendwell/app-analytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nowendwell/app-analytics
More information about nowendwell/app-analytics
Files in nowendwell/app-analytics
Package app-analytics
Short Description Track your Laravel application usage
License MIT
Homepage https://github.com/nowendwell/app-analytics
Informations about the package app-analytics
Track your Laravel application usage
Track usage analytics for your Laravel application.
Installation
You can install the package via composer:
You can publish the config file with:
You can publish and run the migrations with:
Usage
Simply add the included middleware \Nowendwell\AppAnalytics\Middleware\TrackAnalyticsMiddleware to your Http Kernel middleware list and let the package do the rest.
If you want to keep track of your own custom events, outside of the default page view tracking, you can use the TrackEvent facade.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ben Miller
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of app-analytics with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0