Laravel Packages

Pan Analytics Viewer

Published
Pan Analytics Viewer image

The Laravel community has been buzzing with excitement since the release of the Pan analytics package. Developer Lukas Mateffy has quickly capitalized on this momentum by creating a small and helpful Laravel package called Pan Analytics Viewer. This package enables you to view your panphp/pan analytics directly in the UI where they are triggered without needing to run the cli command.

To install this package, run:

composer require mateffy/pan-analytics-viewer

Then, to add the popups to your app, all you have to do is include the pan-analytics::viewer component to your blade template.

@if (auth()->user()?->can('view-analytics'))
<x-pan-analytics::viewer />
@endif

Once that is added, you should have access to view the analytics of any element that has a [data-pan] attribute when you hover over the element.

Note: You will want to ensure you only render this component for users with the necessary permissions as this component will expose the analytics data collected by pan.

Learn more about this package and view the source code on GitHub at Capevace/pan-analytics-viewer.

Yannick Lyn Fatt photo

Staff Writer at Laravel News and Full stack web developer.

Sponsored

tinkerwell logo
Tinkerwell

Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.

Visit Tinkerwell

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article