imanrjb/lumen-horizon

Commands and code-driven configuration for Lumen queues.

Maintainers

Package info

github.com/ImanRJB/lumen-horizon

Issues

pkg:composer/imanrjb/lumen-horizon

Statistics

Installs: 1 836

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.4 2022-07-05 09:35 UTC

This package is auto-updated.

Last update: 2026-02-05 17:35:15 UTC


README

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 imanrjb/lumen-horizon
  1. Publish horizon.php file to the config folder:
    php artisan vendor:publish --tag=horizon-config

Official Documentation

Documentation for Horizon can be found on the Laravel website.