Page Visits
CommunityA read-only Filament admin resource for jeffersongoncalves/laravel-page-visits — the headless core package that tracks page-view visits on your app's public routes (device, browser, geo, locale, referer, UTM). This package owns no models, migrations or tracking logic of its own: it is purely the presentation layer (a Resource, Pages, widgets) built on top of the core's PageVisit model.
Author:
Jefferson Gonçalves
Package health
BetaAutomated checks of this plugin's Composer package
15 checks
- Passed: GitHub Actions pinned to SHA
- Skipped: GitLab CI includes pinned to SHA
- Passed: Open security advisories
- Passed: Dependabot PR responsiveness — No open Dependabot PRs.
- Skipped: Renovate MR responsiveness
- Passed: Dependabot or Renovate configured
- Passed: Dependency update cooldown configured
- Passed: Provides a security policy
- Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
- Passed: Commit and release recency — Active: last commit 0 days ago; last release 0 days ago.
-
Passed:
composer.lock not committed by library
—
composer.lockis absent from the released dist archive. - Passed: Dist archive is lean
-
Passed:
Current Laravel version supported
—
Package dependencies resolve together with current Laravel
13.0. -
Passed:
Current PHP version supported
—
Constraint
^8.2supports current PHP8.5. - Skipped: Current Symfony version supported
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Documentation
- Compatibility
- Screenshots
- What's included
- Installation
- Testing
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License

A read-only Filament admin resource for
jeffersongoncalves/laravel-page-visits — the
headless core package that tracks page-view visits on your app's public routes (device, browser, geo, locale,
referer, UTM). This package owns no models, migrations or tracking logic of its own: it is purely the
presentation layer (a Resource, Pages, widgets) built on top of the core's PageVisit model.
#Compatibility
filament-page-visits |
laravel-page-visits |
Filament |
|---|---|---|
| 1.x | ^1.0 |
v3 |
| 2.x | ^1.0 |
v4 |
| 3.x | ^1.0 |
v5 |
laravel-page-visitsrequires Laravel 12 or 13 (illuminate/contracts: ^12.0|^13.0) on every branch — see the note below if a given Filament major doesn't hold up against that floor in practice.
#Screenshots
| Screenshot | Light | Dark |
|---|---|---|
| Page visit list | ![]() |
![]() |
| Page visit view | ![]() |
![]() |
| Metrics page | ![]() |
![]() |
#What's included
PageVisitResource— a browsable, filterable list of tracked visits (date/time, path, method, status code, device, browser, OS, country, referer type, bot flag), with a detail view grouped into Request, Device, Location, Referer & UTM, Bot/Risk flags and Fingerprint sections. The resource is intentionally read-only (no create, edit or delete) — visits are an append-only audit log written by the core package.- A dedicated Metrics page with 14 toggleable widgets:
StatsOverview— total visits, visits today, bot %, top country.SecurityOverview— VPN / Proxy / Tor / Datacenter %.HourlyChart— visits per hour (last 24h).TrafficTrendChart— visits per day (last 14 days).LongTermTrendChart— visits per day (last 90 days), read fromlaravel-page-visits1.1.0+'spage_visit_daily_statsaggregate table so it stays accurate even after rawpage_visitsrows are pruned bypage-visits:aggregate-and-prune. Auto-hides itself on olderlaravel-page-visitsinstalls that don't have that table yet.DevicesChart,BrowsersChart,OperatingSystemsChart— device / browser / OS breakdown.StatusCodesChart— 2xx/3xx/4xx/5xx breakdown.RefererTypesChart— direct / search / social / unknown breakdown.TopPages,TopReferrers,TopCountries,TopAsn— top-10 tables (ASN/ISP included).
- pt_BR and en translations.
Publish config/filament-page-visits.php to change the metrics page slug or turn individual widgets off — useful
on installs with a huge page_visits table where a given widget's query is too costly to run on every load:
php artisan vendor:publish --tag="filament-page-visits-config"
return [
'metrics_page' => [
'slug' => 'page-visits-metrics',
'widgets' => [
'stats_overview' => true,
// ...
'top_asn' => false, // turn off any widget you don't need
],
],
];
Table name, tracked fields, excluded paths and retention are configured separately, on laravel-page-visits' own
config/page-visits.php (see that package's README).
#Installation
You can install the package via composer:
composer require jeffersongoncalves/filament-page-visits:"^3.0"
This pulls in jeffersongoncalves/laravel-page-visits (^1.0) as a dependency. Publish and run its migration
per that package's own installation instructions, then register the plugin in your PanelProvider:
use JeffersonGoncalves\Filament\PageVisits\FilamentPageVisitsPlugin;
public function panel(Panel $panel): Panel
{
return $panel
->plugins([
FilamentPageVisitsPlugin::make(),
]);
}
#Testing
composer test # Pest
composer analyse # PHPStan (Larastan)
composer format # Pint
#Changelog
Please see CHANGELOG for more information on what has changed recently.
#Contributing
Please see CONTRIBUTING for details.
#Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
#Credits
#License
The MIT License (MIT). Please see License File for more information.
The author
I'm a Full Stack PHP Developer from Assis, SP, Brazil with over 18 years of hands-on experience building robust platforms, managing server infrastructures, and crafting scalable solutions for businesses of all sizes.
My passion lives in the open source world — I actively maintain 20+ Filament plugins and a growing collection of Laravel packages used by thousands of developers worldwide. I believe great software should be accessible to everyone.
From the same author
EvolutionKit v5
A robust starter kit built on Laravel 13.x and Filament 5.x, designed to accelerate the development of modern web applications with a ready-to-use multi-panel structure.
Author:
Jefferson Gonçalves
MFAKit v5
MFAKit is a robust starter kit built on Laravel 13.x and Filament 5.x, designed to accelerate the development of modern web applications with a ready-to-use multi-panel structure.
Author:
Jefferson Gonçalves
Refresh Sidebar
Automatically refresh the sidebar navigation when certain events occur, ensuring menu items and badges are always up to date.
Author:
Jefferson Gonçalves
FilaKit v5
FilaKit is a robust starter kit, designed to accelerate the development of modern web applications with a ready-to-use multi-panel structure.
Author:
Jefferson Gonçalves
Featured Plugins
A selection of plugins curated by the Filament team
Noir Theme
A theme that gives panels a focused, refined look with near-black surfaces, crisp actions, and restrained color.
Filament
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle
Compact Theme
A theme that makes data-heavy panels easier to scan by fitting more useful information on each screen.
Filament





