Download the PHP package vincentbean/horizon-extended-dashboard without Composer
On this page you can find all versions of the php package vincentbean/horizon-extended-dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package horizon-extended-dashboard
Laravel Horizon Extended Dashboard
This is an alternative dashboard for Laravel Horizon written with Livewire. The reason that I've created this is that the default Horizon dashboard lacks features such as controls and a queue filter.
Features
- Detailed overview of Horizon, all data that is available is shown
- Pause and terminate controls from the dashboard for the master process and supervisors
- Batch views
- Job Views for recent, pending, completed and failed
- Filtering on queue
- Catch all exceptions that occur on your jobs
- Detailed statistics
- Job runtime
- Queue runtime
- Attempts
- CPU/memory usage per queue
- And more
- Retry/requeue any job
- List all retries of a job
Installation
Require this package via composer:
Then publish the assets:
You can optionally add this to your post install or update composer script to make sure you always have the latest version published:
Statistics
To collect queue statistics you can add these commands to your scheduler:
Aggregating Data
To prevent your database from growing, this package includes two aggregate and cleanup commands. You can adjust the values to work best for your install. The parameters for the aggregate commands are in minutes.
For this you have to disable strict mode in your MySQL database config in config/database.php
Deleting old statistics
Authentication
This package uses de same authentication middleware as Laravel Horizon.
Usage
You can access the dashboard by going to /horizon-dashboard
License
The MIT License (MIT). Please see License File for more information.
All versions of horizon-extended-dashboard with dependencies
asantibanez/livewire-charts Version ^3.0.1
ext-posix Version *
ext-pcntl Version *