archistarai / lumen-horizon by wtjhung
forked from carsguide/lumen-horizon

Commands and code-driven configuration for Lumen queues.
3,389
1
0
Package Data
Maintainer Username: wtjhung
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2020-10-21
Package Last Update: 2021-03-11
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:01:15
Package Statistics
Total Downloads: 3,389
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 0
Total Forks: 2
Total Open Issues: 0

Introduction

Based off https://github.com/servocoder/lumen-horizon - upgraded to Lumen Horizon 5 with Lumen 8.0 support.

Installation

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.

  1. Composer dependency manager:
    composer require archistarai/lumen-horizon "^5.0"

Alternatively, add the dependency directly to your composer.json file:

    "require": {
        "archistarai/lumen-horizon": "^5.0"
    }
  1. Publish 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"

Official Documentation

Documentation for Horizon can be found on the Laravel website.

License

Laravel Horizon is open-sourced software licensed under the MIT license