alexpgates/horizon-link

A Laravel Nova tool.

0.0.4 2020-02-27 22:19 UTC

This package is auto-updated.

Last update: 2024-04-28 07:40:54 UTC


README

This Nova tool adds a link to your project's Laraval Horizon dashboard in your Nova sidebar.

That's all it does!

screenshot of Laravel Nova Horizon Link tool

Installation

Install via Composer:

composer require alexpgates/horizon-link

Register the tool in app/Providers/NovaServiceProvider:

public function tools()
{
    return [
        new \Alexpgates\HorizonLink\HorizonLink,
    ];
}