Package Data | |
---|---|
Maintainer Username: | coffeeSouffle |
Maintainer Contact: | louis.zhan.tidy@gmail.com (Louis Zhan) |
Package Create Date: | 2021-06-16 |
Package Last Update: | 2021-06-22 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-09 15:07:22 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 0 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Based off https://github.com/carsguide/lumen-horizon and Laravel\Horizon
- upgraded to Lumen Horizon 5 with Lumen 8.0 support
Tested with Lumen 8.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 coffeesouffle/lumen-horizon "^5.0"
Alternatively, add the dependency directly to your composer.json file:
"require": {
"coffeesouffle/lumen-horizon": "^5.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