PHPackages                             skorelabs/nova-panels - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. skorelabs/nova-panels

ActiveLibrary

skorelabs/nova-panels
=====================

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

0.1.1(5y ago)311.4k1MITPHPPHP &gt;=7.1.0

Since Mar 30Pushed 5y ago4 watchersCompare

[ Source](https://github.com/skore/nova-panels)[ Packagist](https://packagist.org/packages/skorelabs/nova-panels)[ RSS](/packages/skorelabs-nova-panels/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Nova Panels
===========

[](#nova-panels)

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

Status
------

[](#status)

[![packagist version](https://camo.githubusercontent.com/d96df8fee5f36101ca1d75b09c246e9b9bcf7e821ee8f1c2c6fb52dcaa249267/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736b6f72656c6162732f6e6f76612d70616e656c73)](https://packagist.org/packages/skorelabs/nova-panels) [![StyleCI](https://camo.githubusercontent.com/ab65c3449bc5f84fe61e772fecb0e278be196a41b42b631885d283e54515b991/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3335323934363232362f736869656c643f7374796c653d666c6174266272616e63683d6d61696e)](https://github.styleci.io/repos/352946226) [![Codacy Badge](https://camo.githubusercontent.com/a77529f080089f55446e2274572972e69d4f41abc3940fac5dd33eb830cb69e8/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3934616662656635363335633433396262396461343238346666326633613766)](https://www.codacy.com/gh/skore/nova-panels/dashboard?utm_source=github.com&utm_medium=referral&utm_content=skore/nova-panels&utm_campaign=Badge_Grade)

Getting started
---------------

[](#getting-started)

Grab the package using `Composer`:

```
composer require skorelabs/nova-panels

```

### Usage

[](#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
-------

[](#support)

This and all of our Laravel packages follows as much as possibly can the LTS support of Laravel.

Read more:

Credits
-------

[](#credits)

- [@eminiarts](https://github.com/eminiarts) packages: [nova-relationship-selector](https://github.com/eminiarts/nova-relationship-selector) &amp; [nova-tabs](https://github.com/eminiarts/nova-tabs)
- Ruben Robles ([@d8vjork](https://github.com/d8vjork))
- Skore ()
- [And all the contributors](https://github.com/skore/nova-panels/graphs/contributors)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1867d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a77db503aca4f77ebd99d5083432b8d9eee1131c2a572bb890aabd6b993f9d1?d=identicon)[d8vjork](/maintainers/d8vjork)

---

Top Contributors

[![d8vjork](https://avatars.githubusercontent.com/u/2331052?v=4)](https://github.com/d8vjork "d8vjork (15 commits)")

### Embed Badge

![Health badge](/badges/skorelabs-nova-panels/health.svg)

```
[![Health](https://phpackages.com/badges/skorelabs-nova-panels/health.svg)](https://phpackages.com/packages/skorelabs-nova-panels)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
