Download the PHP package saucy/dashboard without Composer
On this page you can find all versions of the php package saucy/dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download saucy/dashboard
More information about saucy/dashboard
Files in saucy/dashboard
Package dashboard
Short Description This is my package dashboard
License MIT
Homepage https://github.com/saucy/dashboard
Informations about the package dashboard
Saucy Dashboard
A monitoring dashboard for the Saucy event sourcing framework's projections. Provides a React-based UI to view projection status, activity logs, and manage projections (pause, resume, replay, trigger).
Installation
Install the package via composer:
Publish the frontend assets:
Important: Re-run this command after updating the package to get the latest frontend build.
Optionally, publish the config file:
Configuration
The published config file (config/saucy-dashboard.php):
Password Protection
By default the dashboard is open to anyone. To require a password, add to your .env:
When set, visitors must enter the password on a login screen. The authenticated session is managed via Laravel's session driver.
Usage
Once installed, navigate to:
The dashboard provides:
- Dashboard — main overview page
- Projections — lists all registered projections with their position and status (running, paused, standby), auto-refreshes every 2 seconds
- Projection detail — click a projection to see its activity log (refreshes every second) and action buttons:
- Pause / Resume — pause or resume the projection
- Replay — trigger a full replay from the beginning
- Trigger — manually start the process
Testing
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
- Robertbaelde
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of dashboard with dependencies
illuminate/contracts Version ^10.0||^11.0||^12.0||^13.0
saucy/saucy Version ^1.0 || dev-main
spatie/laravel-package-tools Version ^1.16