jeffersongoncalves/filament-umami

This Laravel package seamlessly integrates Umami analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance. This package simplifies the integration process, saving you tim

v2.0.0 2025-07-17 15:33 UTC

This package is auto-updated.

Last update: 2025-07-17 15:34:45 UTC


README

Filament Umami

Filament Umami

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This Filament package seamlessly integrates Umami analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance. This package simplifies the integration process, saving you time and effort. With minimal configuration, you can leverage Umami's powerful analytics features to gain a clearer understanding of your audience and website usage.

Installation

You can install the package via composer:

composer require jeffersongoncalves/filament-umami

This package depends on jeffersongoncalves/laravel-umami which provides the core Umami analytics integration for Laravel applications.

Requirements

  • PHP 8.2 or higher
  • Laravel 11.0 or 12.0
  • Filament 4.0 or higher

Usage

Publish config file.

php artisan vendor:publish --tag=umami-config

Add head template.

@include('umami::script')

Testing

composer test

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.