承接 blomstra/horizon 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

blomstra/horizon

最新稳定版本:0.4.3

Composer 安装命令:

composer require blomstra/horizon

包简介

Adds Laravel Horizon to Flarum

README 文档

README

This extension adds full integration for Laravel Horizon.

Which includes:

  • a dashboard at (yoursite.com/admin/horizon)
  • scalable redis workers with balancing strategies
  • multiple scalable redis worker servers (untested)
  • and much more.

Laravel Horizon runs only using a redis connection. As such you have to configure blomstra/redis. If you don't you will see errors pop up.

Installation

Install manually with composer:

composer require blomstra/horizon:"*"

Set up

Enable the extension from your admin area and then run php flarum horizon. This will only run as long as your process is active, so make sure to set it up using supervisor or something similar, see the Horizon Documentation for instructions.

Configure

By default this extension will set up a default queue connection called horizon using redis. You can override the full horizon config using an extender in your local extend.php in the root of your flarum installation:

<?php

return [
    (new Blomstra\Horizon\Extend\Horizon)->config(
        './your-horizon-config.php'
    )
];

Links

统计信息

  • 总下载量: 24.3k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 4
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-06-04