laravie / quemon
Quemon Extension for Orchestra Platform
Installs: 5 622
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.0
- illuminate/contracts: ~5.1.22|~5.2
- orchestra/contracts: ~3.1
Requires (Dev)
- mockery/mockery: ^0.9.1
- orchestra/foundation: ~3.1
This package is auto-updated.
Last update: 2020-03-04 05:42:43 UTC
README
Quemon (Queue Monitor) Extension for Orchestra Platform allows administrator to monitor failed queue status without accessing SSH.
Installation
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.
Quick Installation
You could also simplify the above code by using the following command:
composer require "laravie/quemon=~1.0"
Setup
To start using Quemon, activate the extension from Orchestra Platform Administrator Interface.