swiftmade / laravel-plausible-exclude
Adds a page to your Laravel app, which allows you to exclude your visits from Plausible analytics.
Fund package maintenance!
swiftmade
Installs: 363
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Language:Hack
Requires
- php: ^7.4|^8.0
- illuminate/contracts: ^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^7.0|^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1
- orchestra/testbench: 5.*|6.*|7.*|8.*|9.*
- phpunit/phpunit: ^8.4|^9.0|^10.0
README
Quickly add a page to your Laravel application to exclude your visits from Plausible.
After you install this package, you can go to yourapp.com/plausible
and exclude your visits from that browser from being tracked.
The documentation for this feature is here: https://plausible.io/docs/excluding-localstorage
Installation
You can install the package via composer:
composer require swiftmade/laravel-plausible-exclude
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.