Download the PHP package vincentbean/laravel-plausible without Composer
On this page you can find all versions of the php package vincentbean/laravel-plausible. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vincentbean/laravel-plausible
More information about vincentbean/laravel-plausible
Files in vincentbean/laravel-plausible
Package laravel-plausible
Short Description Laravel Plausible
License MIT
Homepage https://github.com/vincentbean/laravel-plausible
Informations about the package laravel-plausible
Laravel Plausible
This package provides a blade view with the script tag for plausible and a wrapper to easily send custom events to Plausible.
Installation
You can install the package via composer:
You can publish the config file with:
Add the following to your env:
Usage
This package supports both client side and server side tracking.
Client Side Tracking
Include the component in your layout to add the plausible script, with optional tracking extensions.
Plausible will be available on the window object for sending custom events via Javascript:
Server Side Tracking
Track pageviews server side using middleware.
Laravel 11:
Laravel 10 and earlier versions:
Custom Events
You can trigger custom events on the server.
If firing your event from a queued job or event listener, it might be necessary to pass on the user's ip
and user-agent
string which are used by Plausible to generate user session ID's.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Vincent Bean
- All Contributors
License
The MIT License (MIT). Please see License File for more information.