PHPackages                             arsenaltech/nova-tab - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. arsenaltech/nova-tab

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

arsenaltech/nova-tab
====================

A Laravel Nova field.

0.2(7y ago)74131.2k↓70%16[9 issues](https://github.com/arsenaltech/nova-tab/issues)MITPHPPHP &gt;=7.1.0

Since Oct 11Pushed 6y ago3 watchersCompare

[ Source](https://github.com/arsenaltech/nova-tab)[ Packagist](https://packagist.org/packages/arsenaltech/nova-tab)[ RSS](/packages/arsenaltech-nova-tab/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Nova Tab [![Total Downloads](https://camo.githubusercontent.com/359b77bc62e40bcd0bd68ec5b4ac8776c7fe6311a7a5c511dd6316b78abcadd2/68747470733a2f2f706f7365722e707567782e6f72672f617273656e616c746563682f6e6f76612d7461622f646f776e6c6f616473)](https://packagist.org/packages/arsenaltech/nova-tab)
==========================================================================================================================================================================================================================================================================================================

[](#laravel-nova-tab-)

Custom Nova field to render tabs

Installation
------------

[](#installation)

Install the package into a Laravel app that uses [Nova](https://nova.laravel.com) with Composer:

```
composer require arsenaltech/nova-tab
```

Usage
-----

[](#usage)

Add the Tabs trait to your App\\Nova\\Resource class.

```
use Arsenaltech\NovaTab\Tabs;

abstract class Resource extends NovaResource
{
    use Tabs;
```

Add the field to your resource in the `fields` method:

```
use Arsenaltech\NovaTab\NovaTab;

new NovaTab('User Information', [
            Text::make('Name')
                ->sortable()
                ->rules('required', 'max:255'),
            Text::make('Email')
                ->sortable()
                ->rules('required', 'email', 'max:255')
                ->creationRules('unique:users,email')
                ->updateRules('unique:users,email,{{resourceId}}')]),
new NovaTab('Address Information', $this->addressFields()),
new NovaTab('Other Information', $this->otherFields()),
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~26 days

Total

2

Last Release

2797d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2532860?v=4)[shabbirbharmal](/maintainers/shabbirbharmal)[@shabbirbharmal](https://github.com/shabbirbharmal)

---

Top Contributors

[![shabbirbharmal](https://avatars.githubusercontent.com/u/2532860?v=4)](https://github.com/shabbirbharmal "shabbirbharmal (12 commits)")[![MDobariya](https://avatars.githubusercontent.com/u/1326739?v=4)](https://github.com/MDobariya "MDobariya (6 commits)")[![jimpeters](https://avatars.githubusercontent.com/u/1263441?v=4)](https://github.com/jimpeters "jimpeters (2 commits)")[![daguilarm](https://avatars.githubusercontent.com/u/2663941?v=4)](https://github.com/daguilarm "daguilarm (1 commits)")[![ragingdave](https://avatars.githubusercontent.com/u/1168344?v=4)](https://github.com/ragingdave "ragingdave (1 commits)")[![dtannen](https://avatars.githubusercontent.com/u/5639478?v=4)](https://github.com/dtannen "dtannen (1 commits)")[![tobeycodes](https://avatars.githubusercontent.com/u/3613405?v=4)](https://github.com/tobeycodes "tobeycodes (1 commits)")

---

Tags

laravelnovalaravelnova

### Embed Badge

![Health badge](/badges/arsenaltech-nova-tab/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

52178.7k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1198.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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