A lightweight Laravel package that seamlessly integrates Plausible Analytics into your Blade views. Plausible.io is a privacy-friendly, open-source alternative to Google Analytics.
You can install the package via composer:
composer require jeffersongoncalves/laravel-plausible
Publish config file.
php artisan vendor:publish --tag=plausible-config
Add head template.
@include('plausible::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.