Send events to Google Analytics
"Analytics Event Tracking is a Laravel package to send Laravel events to Google Analytics from the server-side easily. This package works by fetching the GA client ID on the client-side (via a blade directive) and sending it to the backend for storage in the user’s session, so later events have access to the client ID when sending info to GA.
It integrates with Laravel’s event system, and you only need to implement the
ShouldBroadcastToAnalytics
interface to send your events to GA."
Pascal Baljet
@pascalbaljet