Download the PHP package kinsolee/horizon-lumen without Composer
On this page you can find all versions of the php package kinsolee/horizon-lumen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package horizon-lumen
Introduction
Horizon Horizon is based on the official Laravel Horizon package.The web UI is also included.
If you prefer a pure restful api and want to customize the UI, you can refer to Lumen-horizon by servocoder.
Installation
-
Run composer to add the dependency.
- Install the horizon or publish the assets only
Problems
- If you get the follow errors when you run
horizon:assets
/horizon:install
:
Make sure you register Illuminate\Redis\RedisServiceProvider::class
in your boorstrap/app.php
file.
-
If you deploy horizon-lumen on sub-directory, please specific
base_path
in config/horizon.php - If you occur error:
ERROR: RuntimeException: A facade root has not been set.
, please uncomment$app->withFacades();
inbootstrap/app.php
Official Documentation
Documentation for Horizon can be found on the Laravel website.
Contributing
Thank you for considering contributing to Horizon! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Horizon is open-sourced software licensed under the MIT license.
All versions of horizon-lumen with dependencies
ext-json Version *
ext-pcntl Version *
ext-posix Version *
cakephp/chronos Version ^1.0
illuminate/contracts Version ~5.7.0|~5.8.0|^6.0
illuminate/queue Version ~5.7.0|~5.8.0|^6.0
illuminate/support Version ~5.7.0|~5.8.0|^6.0
predis/predis Version ^1.1
ramsey/uuid Version ^3.5
symfony/process Version ^4.2
symfony/debug Version ^4.2
laravelista/lumen-vendor-publish Version ^6.0