Package Data | |
---|---|
Maintainer Username: | agilukm |
Maintainer Contact: | taylor@laravel.com (Taylor Otwell) |
Package Create Date: | 2020-03-02 |
Package Last Update: | 2020-03-02 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-08 03:20:26 |
Package Statistics | |
---|---|
Total Downloads: | 1,024 |
Monthly Downloads: | 4 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 16 |
Total Open Issues: | 0 |
Based off https://github.com/servocoder/lumen-horizon - upgraded to 1.2.3 Horizon and Lumen 6.0 support
Tested with Lumen 6.0
The installation is almost the same as original package.
Note that the package namespace remains Laravel\Horizon
, so don't install it along with original one to avoid conflicts.
composer require carsguide/lumen-horizon "~1.2"
Alternatively, add the dependency directly to your composer.json file:
"require": {
"carsguide/lumen-horizon": "~1.0"
}
horizon.php
file to the config folder: php artisan vendor:publish --tag=horizon-config
or, as suggested in the official package docs:
php artisan vendor:publish --provider="Laravel\Horizon\HorizonServiceProvider"
Documentation for Horizon can be found on the Laravel website.
Laravel Horizon is open-sourced software licensed under the MIT license