skorelabs / nova-panels
A custom panels package for those Nova resources with lots of relationships and/or fields
Installs: 9 748
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 1
Open Issues: 0
Requires
- php: >=7.1.0
Requires (Dev)
- illuminate/support: ^8.0
- laravel/nova: ^3.0
README
A custom panels package for those Nova resources with lots of relationships and/or fields.
Status
Getting started
Grab the package using Composer
:
composer require skorelabs/nova-panels
Usage
Add this to your resource's fields method:
TabbedPanel::make(__('TabbedPanel'), [ 'FirstTab' => [ Text::make(__('Name'), 'name'), BelongsTo::make(__('Author'), 'author', User::class), ] ]),
And remember to import the class SkoreLabs\NovaPanels\TabbedPanel
.
More coming soon, remember that this is a pre-released package...
Support
This and all of our Laravel packages follows as much as possibly can the LTS support of Laravel.
Read more: https://laravel.com/docs/master/releases#support-policy
Credits
- @eminiarts packages: nova-relationship-selector & nova-tabs
- Ruben Robles (@d8vjork)
- Skore (https://www.getskore.com/)
- And all the contributors