rende/nova-menu

Menu management tool for nova

dev-master 2019-01-05 14:00 UTC

This package is auto-updated.

Last update: 2024-05-06 08:55:40 UTC


README

Latest Version on Packagist CircleCI branch Build Status Quality Score Total Downloads

This is where your description should go. Try and limit it to a paragraph or two.

Add a screenshot of the tool here.

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require rende/nova-menu

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Rende\NovaMenu\Tool(),
    ];
}

Usage

Click on the "nova-menu" menu item in your Nova app to see the tool provided by this package.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email babatundeakinse@gmail.com or advoor@gmail.com instead of using the issue tracker.

Credits

Project Road Map

  • Menu Management
  • Menu Positioning
  • Draggable UI

Support us

Rende

License

The MIT License (MIT). Please see License File for more information.