ryangjchandler/filament-plausible-page

This is my package filament-plausible-page

v0.1.0 2023-01-30 18:28 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package adds a new Plausible page that allows you to easily embed your Plausible dashboard inside of Filament.

Installation

You can install the package via Composer:

composer require ryangjchandler/filament-plausible-page

You can publish the config file with:

php artisan vendor:publish --tag="filament-plausible-page-config"

Usage

The page will be automatically registered with Filament and appear in your sidebar.

If you wish to configure the page with a different icon, name and navigation group, use the following methods inside of a ServiceProvider:

Plausible::navigationIcon('heroicon-o-chart-bar');
Plausible::navigationLabel('Analytics');
Plausible::slug('analytics');

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.