ddev-matomo provides an integration with Matomo - the leading open-source analytics platform that gives you more than powerful analytics.
- Install the plugin with
ddev get valthebald/ddev-matomo
- Review your database settings in .ddev/docker-compose.matomo.yaml
- Create matomo database if needed with
echo "SHOW TABLES;" | ddev import-db --database=${MATOMO_DATABASE_DBNAME}
' - Access https://matomo.\<projectname>.ddev.site in your browser and follow the installation steps.