PHPackages                             bhnow/nova-field-customizer - 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. [Admin Panels](/categories/admin)
4. /
5. bhnow/nova-field-customizer

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

bhnow/nova-field-customizer
===========================

A Laravel Nova tool.

3191[1 issues](https://github.com/bhnow/nova-field-customizer/issues)JavaScript

Since Apr 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/bhnow/nova-field-customizer)[ Packagist](https://packagist.org/packages/bhnow/nova-field-customizer)[ RSS](/packages/bhnow-nova-field-customizer/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nova Field Customizer
=====================

[](#nova-field-customizer)

A Laravel Nova tool for customizing forms

### 1) Install

[](#1-install)

`composer require bhnow/nova-field-customizer`

### 2) Register Tool

[](#2-register-tool)

Add `� Bhnow\NovaFieldCustomizer\NovaFieldCustomizer ` inside `NovaServiceProvider.php`

```
public function tools()
{
    return [
        new Bhnow\NovaFieldCustomizer\NovaFieldCustomizer(),
    ];
}
```

### Available methods

[](#available-methods)

#### Add classes to specific part of the field/form row

[](#add-classes-to-specific-part-of-the-fieldform-row)

The first parameter is a string, which represents all the class names you want to add. The second parameter is optional and if you set it true, it will clear all the default classes before it set your custom classes.

`->formRowClasses($string, $clear = false)`

`->wrapperClasses($string, $clear = false)`

`->wrapperLabelClasses($string, $clear = false)`

`->wrapperFieldClasses($string, $clear = false)`

`->labelClasses($string, $clear = false)`

`->fieldClasses($string, $clear = false)`

#### Helper functions

[](#helper-functions)

`->stack()` &lt;- Stacks label &amp; field (label top, field bottom)&gt;

`->half()` &lt;- Width 1/2&gt;

`->third()` &lt;- Width 1/3&gt;

`->forth()` &lt;- Width 1/4&gt;

`->fifth()` &lt;- Width 1/5&gt;

`->clear()` &lt;- Clears all classes&gt;

`->removeBorder()` &lt;- Remove field's bottom border&gt;

`->charCount($limit = 170)` &lt;- Works for textfield, textarea &amp; password&gt;

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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://www.gravatar.com/avatar/fcbf9318ba1e0e0f489e974b78c70eb44b33245bb8fcfffa3c0b883ce7fe7e55?d=identicon)[bhnow](/maintainers/bhnow)

### Embed Badge

![Health badge](/badges/bhnow-nova-field-customizer/health.svg)

```
[![Health](https://phpackages.com/badges/bhnow-nova-field-customizer/health.svg)](https://phpackages.com/packages/bhnow-nova-field-customizer)
```

PHPackages © 2026

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