carsguide / lumen-horizon by carsguide

Commands and code-driven configuration for Lumen queues.
48,796
9
10
Package Data
Maintainer Username: carsguide
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2018-04-23
Package Last Update: 2022-07-05
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:16:17
Package Statistics
Total Downloads: 48,796
Monthly Downloads: 346
Daily Downloads: 21
Total Stars: 9
Total Watchers: 10
Total Forks: 17
Total Open Issues: 6

Introduction

Based off https://github.com/servocoder/lumen-horizon - upgraded to 1.2.3 Horizon and Lumen 5.6 support

Tested with Lumen 5.6

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 carsguide/lumen-horizon "~1.2"

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

    "require": {
        "carsguide/lumen-horizon": "~1.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