Statamic Analyitics 1.3.0 Released
Some more rapid development on this package gives us a new feature
From version 1.3.0 we now can display the pages last 30 days worth of views and visitors, this is an opt in so you will need to enable it in the configuration file:
Via .env file
PHPSA_PAGE_GRAPH=true
via config file
return [
'sites' => [
...
'page_graph' => true
]
];