ImanRJB / lumen-horizon by ImanRJB

Commands and code-driven configuration for Lumen queues.
260
0
1
Package Data
Maintainer Username: ImanRJB
Maintainer Contact: iman.rjb@gmail.com (Iman RJB)
Package Create Date: 2021-09-22
Package Last Update: 2022-07-05
Language: PHP
License: MIT
Last Refreshed: 2024-04-29 15:00:37
Package Statistics
Total Downloads: 260
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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 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.