iutrace/laravel-dashboard
Iutrace Dashboard
Installation
-
composer require iutrace/laravel-dashboard -
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. -
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
Self-hosted, driver-agnostic queue observability for Laravel. Per-class throughp...
A collection of ready to use, professional dashboard widgets for Filament: metri...
Filament plugin for Matomo Analytics - Settings page and dashboard widgets
Filament plugin for Fathom Analytics metrics - dashboard widgets for pageviews,...
Production-ready Laravel Prometheus metrics package with built-in collectors for...