File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ Then follow the steps in the config step bellow.
23231 . Head to your [ Plausible Settings] ( https://plausible.io/settings ) .
24242 . Scroll down to API key and generate a new one. Name it whatever you like.
25253 . Copy that value into your ` .env ` as ` PLAUSIBLE_KEY ` .
26- 4 . Get your site as displayed in your Plausible Dashboard (e.g. jackwhiting.co.uk). Add that value to your ` .env ` as ` PLAUSIBLE_SITE ` .
27- 5 . Data should load.
26+ 4 . If you're self hosting Plausible, add the config option for ` PLAUSIBLE_DOMAIN ` in your ` .env `
27+ 5 . Get your site as displayed in your Plausible Dashboard (e.g. jackwhiting.co.uk). Add that value to your ` .env ` as ` PLAUSIBLE_SITE ` .
28+ 6 . Data should load.
2829
2930For more customisation you can publish the config and adjust the values as you wish.
3031
Original file line number Diff line number Diff line change 11{
22 "name" : " jackabox/statamic-plausible-analytics" ,
33 "description" : " Get your Plausible Analytics data right from your Statamic dashboard." ,
4- "version" : " 1.0.0-beta2 " ,
4+ "version" : " 1.1.0 " ,
55 "autoload" : {
66 "psr-4" : {
77 "Jackabox\\ Plausible\\ " : " src"
You can’t perform that action at this time.
0 commit comments