jeffersongoncalves / filament-plausible
A lightweight Filament package that seamlessly integrates Plausible Analytics into your filament panel. Plausible.io is a privacy-friendly, open-source alternative to Google Analytics.
Requires
- php: ^8.2|^8.3
- filament/filament: ^4.0
- jeffersongoncalves/laravel-plausible: ^1.0
- laravel/framework: ^11.0|^12.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^3.0
- orchestra/testbench: ^9.0|^10.0
This package is auto-updated.
Last update: 2025-07-17 15:22:49 UTC
README
Filament Plausible
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.
Requirements
- PHP 8.2 or higher
- Laravel 11.0 or 12.0
- Filament 4.0 or higher
Installation
You can install the package via composer:
composer require jeffersongoncalves/filament-plausible
Usage
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.
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
License
The MIT License (MIT). Please see License File for more information.