lewislarsen/horizon

A fork of Laravel Horizon with an enhanced dashboard and additional features.

Maintainers

Package info

github.com/lewislarsen/horizon

pkg:composer/lewislarsen/horizon

Statistics

Installs: 581

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v5.45.1 2026-02-25 22:09 UTC

This package is auto-updated.

Last update: 2026-03-02 20:18:44 UTC


README

Laravel Horizon

Build Status Total Downloads Latest Stable Version License

Introduction

Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures.

All of your worker configuration is stored in a single, simple configuration file, allowing your configuration to stay in source control where your entire team can collaborate.

Differences

This fork aims to maintain full parity with the official Laravel Horizon repository. We only intend to improve upon Laravel Horizon with an enhanced UI and additional features that wouldn't necessarily be merged into the main repository.

What's Different:

  • Modern UI redesign with visual design language inspired by Laravel Forge and Laravel Cloud
  • Clear queue functionality directly from the dashboard UI

Installation

Install via Composer:

composer require lewislarsen/horizon

After installation, publish the Horizon assets:

php artisan horizon:install

Then continue with the standard Horizon setup as documented in the official documentation.

Official Documentation

Documentation for Horizon can be found on the Laravel website. Since we maintain parity with the official repository, all documentation applies to this fork as well.

Contributing

Thank you for considering contributing to Horizon! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

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