shlogg · Early preview
Paul Redmond @paulredmond

Easily Integrate Microsoft Clarity With Laravel Package

Integrate Microsoft Clarity into your Laravel app with clarity-laravel package: heatmaps, session recordings & insights in minutes! Set CLARITY_ENABLED env var or use component's :enabled property to enable Clarity.

The clarity-laravel package lets you easily integrate Microsoft Clarity into your Laravel application. I wasn't familiar with Clarity before seeing this package—it's a GDPR and CCPA-ready product that you embed in your application, and it can capture how people use your site:
	
	Heatmaps with Microsoft Clarity
The main features that Clarity offers your application include:
Heatmaps
Session recordings
Insights
Google Analytics integration
Integration is easy with this package: you set up a few environment variables and include the package's Blade component in your application's layout file:
<he...