Laravel Nova icon Nova Packages

Readme

Nova Panels

A custom panels package for those Nova resources with lots of relationships and/or fields.

Status

packagist version StyleCI Codacy Badge

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

Screenshots

Back to Top
Added 4 years ago
Last updated 4 Years Ago
Version 0.1.1
Composer
skorelabs/nova-panels
GitHub stars 3
Packagist downloads 10,860

Favorites

3 users favorited

Rating

0.00
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas