Giter Club home page Giter Club logo

horizon-lumen's Introduction

Introduction

Horizon Horizon is based on the official Laravel Horizon package.The web UI is also included.

If you prefer a pure restful api and want to customize the UI, you can refer to Lumen-horizon by servocoder.

Installation

  1. Run composer to add the dependency.
composer require kinsolee/horizon-lumen

2.Add the vendor:publish command dependency and publish its assets and config file.

composer require "laravelista/lumen-vendor-publish" --dev
  1. Add Laravelista\LumenVendorPublish\VendorPublishCommand to app/Console/Kernel.php file.

  2. Add $app->register(\Laravel\Horizon\HorizonServiceProvider::class); in your boorstrap/app.php file.

  3. Publish horizon vendor

php artisan vendor:publish --provider="Laravel\Horizon\HorizonServiceProvider"

Problems

  • If you get the follow errors when you run vendor:publish:
Type error: Argument 1 passed to Laravel\Horizon\Repositories\RedisMasterSupervisorRepository::__construct() must implement interface Illuminate\Contr
  acts\Redis\Factory, instance of Redis given

Make sure you register Illuminate\Redis\RedisServiceProvider::class in your boorstrap/app.php file.

  • If you deploy horizon-lumen on sub-directory, please specific base_path in config/horizon.php

Official Documentation

Documentation for Horizon can be found on the Laravel website.

License

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

horizon-lumen's People

Contributors

billmn avatar browner12 avatar carusogabriel avatar cretueusebiu avatar davidpiesse avatar dbpolito avatar dongilbert avatar dylan-dpc avatar ghobaty avatar halaei avatar iamzozo avatar jaybizzle avatar jkniest avatar lasselehtinen avatar lucasmichot avatar mathiasmoser avatar matthijs110 avatar mattiasgeniar avatar ntzm avatar nunomaduro avatar paulofreitas avatar pborreli avatar pdbreen avatar qschmick avatar robclancy avatar robinvdvleuten avatar taylorotwell avatar themsaid avatar thibauddauce avatar tobiasfroberg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.