Pan Analytics Widget plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Pan Analytics Widget

Display PanPHP Analytics data in your dashboard

Tags: Widget Developer Tool Analytics
Supported versions:
3.x
Tally Schmeits avatar Author: Tally Schmeits

Documentation

Latest Version on Packagist GitHub Tests Action Status Total Downloads

A Filament Widget for the PanPHP plugin provides a user-friendly interface to monitor and interact with PAN instances directly from your Filament admin dashboard.

example-screenshot.png

#Installation

Requires PHP 8.3+, and Laravel 11.0+.

You can install the package via composer:

composer require schmeits/filament-pan-analytics-widget

Optionally, you can publish the translations

php artisan vendor:publish --tag="filament-pan-analytics-widget-translations"

#Usage

#Add the plugin to your PanelProvider

->plugins([
    \Schmeits\FilamentPanAnalyticsWidget\FilamentPanAnalyticsWidgetPlugin::make()
])

#Options

->plugins([
    \Schmeits\FilamentPanAnalyticsWidget\FilamentPanAnalyticsWidgetPlugin::make()
        ->searchable() // display a search for the name column       
])

#Add the Widget to your PanelProvider

->widgets([
    \Schmeits\FilamentPanAnalyticsWidget\Widgets\PanAnalyticsTableWidget::class, // <-- add this widget
])

#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.

The author

Tally Schmeits avatar Author: Tally Schmeits

Tally is an entrepreneur, husband, and father of three beautiful children! With his deep expertise in web development, particularly in Laravel and Filament, he has established and successfully runs his own company, Schmeits websolutions. He is committed to staying up-to-date with the latest technologies and tools, such as Filament, to deliver top-notch services to his clients.

Plugins
4
Stars
79

From the same author