Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Horizon Integration for Nova

Supporting This Package

This is an MIT-licensed open source project with its ongoing development made possible by the support of the community. If you'd like to support this, and our other packages, please consider sponsoring us via the button above.

We thank the following sponsors for their generosity, please take a moment to check them out:

Installation

  1. Install the package:

    composer require genealabs/nova-horizon
  2. Add the tool to your Nova service provider app\Providers\NovaServiceProvider.php:

    <?php
    
    namespace App\Providers;
    
    use GeneaLabs\NovaHorizon\NovaHorizon;
    use Laravel\Nova\NovaApplicationServiceProvider;
    
    class NovaServiceProvider extends NovaApplicationServiceProvider
    {
        //...
        
        public function tools()
        {
            return [
                //...
                new NovaHorizon,
            ];
        }
        
        //...
    }
  3. When using customized Nova main sidebar menu (https://nova.laravel.com/docs/4.0/customization/menus.html#customizing-the-main-menu), add menu section to your Nova service provider app\Providers\NovaServiceProvider.php:

     MenuSection::make('Horizon')
         ->path('/nova-horizon')
         ->icon('server')

Screenshots

Reviews

By Eugene van der Merwe on February 27, 2020

@Mike what's happening dude? No readme, no instructions? Doesn't seem to work at all? I will gladly change my review if you work on this a bit, at least tell us what it's supposed to do apart from the poor quality screenshot. Is it supposed to generate a link?

Back to Top
Added 6 years ago
Last updated 2 Years Ago
Version 0.6.1
Composer
genealabs/nova-horizon
GitHub stars 10
Packagist downloads 53,291

Favorites

4 users favorited

Rating

3.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas