Download the PHP package danilopolani/filament-plausible-widget without Composer
On this page you can find all versions of the php package danilopolani/filament-plausible-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download danilopolani/filament-plausible-widget
More information about danilopolani/filament-plausible-widget
Files in danilopolani/filament-plausible-widget
Package filament-plausible-widget
Short Description Plausible widget for Filament admin dashboard
License MIT
Homepage https://github.com/danilopolani/filament-plausible-widget
Informations about the package filament-plausible-widget
Filament Plausible Widget
Add a fancy Plausible statistics widget to your Filament admin dashboard.
If you're using Filament v1, please navigate the 1.x branch.
Installation
You can install the package via composer:
Then publish the assets of the package:
If you're upgrading from v1 to v2 please note that the namespace changed from
\Danilopolani\
to\DaniloPolani\
.
Filament v3
To properly see the widget in Filament v3, open your AdminPanelProvider
file and add the widget in the ->widgets()
array:
Upgrade
When upgrading, you may want to republish the assets:
Configuration
You need only two env variables to display your Plausible widget:
Env | Description |
---|---|
FILAMENT_PLAUSIBLE_TOKEN |
Your Plausible API key. Read more » |
FILAMENT_PLAUSIBLE_SITE_ID |
The site ID you want to get statistics of. Read more » |
If you want to go deeper you can publish the configuration file:
There are a few notable configuration options for the package.
token
Your Plausible API key. You can obtain an API key for your account by going to your user settings page https://plausible.io/settings.
site_id
The site ID you want to get statistics of. You can obtain this value by navigating to your site settings in Plausible and grab the "value" of the domain field. E.g. plausible.io/mysite.com
becomes mysite.com
.
periods.default
The period shown by default in the dashboard. Can be any of these values: day
, 7d
, 30d
, month
, 6mo
, 12mo
. Default: 7d
.
periods.selectable
Choose if let users select a different period of statistics in the dashboard. Default: true
.
cache.enabled
Recommended
Cache the statistics to avoid API calls for a specific amount of time. Default: true
.
cache.ttl
If cache is enabled, define for how long the statistics are stored in the cache.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Danilo Polani
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of filament-plausible-widget with dependencies
filament/filament Version ^3.0
illuminate/http Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0