seche / nova-laravel-world
A Laravel Nova tool for the laravel-world package.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/seche/nova-laravel-world
Requires
- php: >=7.1.0
- khsing/world: ^8.1
- laravel/nova: ~3.0
- titasgailius/search-relations: ^2.0
This package is auto-updated.
Last update: 2025-10-29 03:17:50 UTC
README
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
-
The package can be installed through Composer.
composer require seche/nova-laravel-world -
Register the tool in
app/Providers/NovaServiceProviderin thetools()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.