About this project

Laravel Plausible is a package that allows developers to seamlessly integrate Plausible Analytics, a privacy-friendly alternative to Google Analytics, into Laravel applications. It provides a Blade directive to include the necessary tracking script in layouts and utilizes spatie/laravel-settings to store configuration in the database. Key features include: - Easy integration via a Blade include (@include('plausible::script')). - Database-backed settings for managing tracking domains and the analytics host URL. - Support for both the official Plausible.io service and self-hosted Plausible instances by modifying the host analytics setting. - Programmatic configuration of settings through the PlausibleSettings class.