iutrace/laravel-dashboard

Dashboard service
15,972 5
Install
composer require iutrace/laravel-dashboard
Latest Version:1.1.2
PHP:^8.1
License:MIT
Last Updated:Sep 23, 2025
Links: GitHub  ·  Packagist
Maintainer: iutrace

Iutrace Dashboard

Installation

  1. composer require iutrace/laravel-dashboard

  2. Publish the config file by running php artisan vendor:publish --provider="Iutrace\Dashboard\DashboardServiceProvider". The config file will indicate the directory where the metrics are located.

  3. Optional, you should call the Dashboard::routes method within the boot method of your App\Providers\AuthServiceProvider. This method will register the routes necessary to get the metrics data

Testing

docker run -it --rm --name iutrace-dashboard -e PHP_EXTENSIONS="" -v "$PWD":/usr/src/app thecodingmachine/php:7.4-v4-cli bash
composer test

Related Packages

sandermuller/laravel-queue-insights

Self-hosted, driver-agnostic queue observability for Laravel. Per-class throughp...

20,638 6
laboiteacode/filament-dashboard-widgets

A collection of ready to use, professional dashboard widgets for Filament: metri...

6,497 4
jeffersongoncalves/filament-metrics-matomo

Filament plugin for Matomo Analytics - Settings page and dashboard widgets

19 3