Download the PHP package c6digital/filament-plausible-page without Composer
On this page you can find all versions of the php package c6digital/filament-plausible-page. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download c6digital/filament-plausible-page
More information about c6digital/filament-plausible-page
Files in c6digital/filament-plausible-page
Package filament-plausible-page
Short Description Embed your Plausible dashboard inside of Filament.
License MIT
Homepage https://github.com/c6digital/filament-plausible-page
Informations about the package filament-plausible-page
Embed your Plausible dashboard inside of Filament.
This package allows you to embed your Plausible Analytics dashboard as a page inside of Filament.
Installation
You can install the package via Composer:
Usage
Register the plugin with Filament.
Provide a "Share URL" generated by Plausible in your .env
file.
Load your panel and view your analytics!
Disabling Plausible footer text
Use the hideFooterMark()
method to remove the "Stats powered by Plausible Analytics" footer mark.
Hide "Plausible" page title
Use the hidePageTitle()
method to hide the page title.
Conditionally registering navigation items
If you want to conditionally show the navigation items registered by the page, you can provide a callback function to the shouldRegisterNavigationUsing()
method.
Testing
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
- Ryan Chandler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-plausible-page with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^11.0