LaravelPackages.net
Acme Inc.
Toggle sidebar
skorelabs/nova-panels

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

11.649
3
0.1.1
About skorelabs/nova-panels

skorelabs/nova-panels is a Laravel package for a custom panels package for those nova resources with lots of relationships and/or fields. It currently has 3 GitHub stars and 11.649 downloads on Packagist (latest version 0.1.1). Install it with composer require skorelabs/nova-panels. Discover more Laravel packages by skorelabs or browse all Laravel packages to compare alternatives.

Last updated

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

Comments