A lightweight Filament package that seamlessly integrates Plausible Analytics into your Filament v4 panel. Plausible.io is a privacy-friendly, open-source alternative to Google Analytics.
- PHP 8.2 or higher
- Laravel 11.0 or 12.0
- Filament 4.0 or higher
You can install the package via composer:
composer require jeffersongoncalves/filament-plausible
Once installed, the package automatically integrates Plausible Analytics into your Filament panels. The tracking script is automatically injected into the head section of your Filament admin panel.
Publish the configuration file to customize your Plausible settings:
php artisan vendor:publish --tag=plausible-config
Configure your Plausible domain and other settings in the published configuration file.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.