Quemon (Queue Monitor) Extension for Orchestra Platform allows administrator to monitor failed queue status without accessing SSH.
To install through composer, simply put the following in your composer.json
file:
{
"require": {
"laravie/quemon": "~1.0"
}
}
And then run composer install
to fetch the package.
You could also simplify the above code by using the following command:
composer require "laravie/quemon=~1.0"
To start using Quemon, activate the extension from Orchestra Platform Administrator Interface.