A Laravel Nova tool for the laravel-world package.
seche/nova-laravel-world is a Laravel package for a laravel nova tool for the laravel-world package..
It currently has 1 GitHub stars and 3 downloads on Packagist (latest version 1.0.1).
Install it with composer require seche/nova-laravel-world.
Discover more Laravel packages by seche
or browse all Laravel packages to compare alternatives.
Last updated
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.
This package requires the following packages to be installed:
The package can be installed through Composer.
composer require seche/nova-laravel-world
Register the tool in app/Providers/NovaServiceProvider in the tools() method.
public function tools()
{
return [
new \Seche\NovaLaravelWorld\NovaLaravelWorld(),
];
}
If installed correctly, you will have a grouping of resources under World.
Have a bug or an issue with this package? Open a new issue here on GitHub.
The MIT License (MIT). Please see License File for more information.