<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
klickmanufaktur / statamic-umami-analytics example snippets
'widgets' => [
[
'type' => 'umami_analytics',
'width' => 'md', // sm | md | lg | full
'days' => 30, // must be one of the configured `periods`
'chart' => true, // show the mini chart
'title' => 'Analytics',
],
],