A simple and elegant Laravel package that seamlessly integrates Matomo Analytics tracking code into your Blade views.
You can install the package via composer:
composer require jeffersongoncalves/laravel-matomo
Publish config file.
php artisan vendor:publish --tag=matomo-config
Add head template.
@include('matomo::script')
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.