Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Laravel World

Installation Instructions

  1. The package can be installed through Composer.

    composer require seche/nova-laravel-world

  2. Register the tool in app/Providers/NovaServiceProvider in the tools() method.

    public function tools()
    {
       return [
          new \Seche\NovaLaravelWorld\NovaLaravelWorld(),
       ];
    }

Readme

MIT License PR's Welcome

Nova-Laravel-World

Nova Tool for the khsing/laravel-world package. This allows you to manage the models that come with laravel-world by displaying them in Nova Resources.

Prerequisites

This package requires the following packages to be installed:

Installation

  1. The package can be installed through Composer.

    composer require seche/nova-laravel-world

  2. Register the tool in app/Providers/NovaServiceProvider in the tools() method.

    public function tools()
    {
       return [
          new \Seche\NovaLaravelWorld\NovaLaravelWorld(),
       ];
    }
    

Usage

If installed correctly, you will have a grouping of resources under World.

Bugs/Issues

Have a bug or an issue with this package? Open a new issue here on GitHub.

License

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

Back to Top
Added 4 years ago
Last updated 4 Years Ago
Version 1.0.1
Nova Version ~3.0
Composer
seche/nova-laravel-world
GitHub stars 1
Packagist downloads 3

Favorites

1 user favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas