PHPackages                             arsenaltech/nova-header - 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-header

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

arsenaltech/nova-header
=======================

A Laravel Nova field.

107.4k1Vue

Since Nov 6Pushed 7y ago2 watchersCompare

[ Source](https://github.com/arsenaltech/nova-header)[ Packagist](https://packagist.org/packages/arsenaltech/nova-header)[ RSS](/packages/arsenaltech-nova-header/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Nova Header [![Total Downloads](https://camo.githubusercontent.com/f5d78174a9cdafd982c5c1ac0fa5f63e6f145464e6d6a1fd6a1e86a75545d5c5/68747470733a2f2f706f7365722e707567782e6f72672f617273656e616c746563682f6e6f76612d6865616465722f646f776e6c6f616473)](https://packagist.org/packages/arsenaltech/nova-header)
======================================================================================================================================================================================================================================================================================================================

[](#laravel-nova-header-)

Custom Nova field to add field header when using tabs

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

[](#installation)

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

```
composer require arsenaltech/nova-header
```

Usage
-----

[](#usage)

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

```
new NovaTab('User Information', [
            NovaHeader::make('Example Title'),
            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

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

### 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 (4 commits)")[![Youniteus](https://avatars.githubusercontent.com/u/9739878?v=4)](https://github.com/Youniteus "Youniteus (1 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[happy-types/enumerable-type

Strongly typed implementation of enumerable type in PHP which helps us to write a safer more readable code.

4643.1k](/packages/happy-types-enumerable-type)[codeconsortium/ccdn-forum-bundle

CCDN Forum Bundle

6015.4k1](/packages/codeconsortium-ccdn-forum-bundle)[aboyadzhiev/php-math-parser

Simple mathematical expression parser and calculator.

2549.2k](/packages/aboyadzhiev-php-math-parser)

PHPackages © 2026

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