PHPackages                             ostheneo/nova-fields - 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. ostheneo/nova-fields

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

ostheneo/nova-fields
====================

A Laravel Nova field.

1.1(4y ago)762.4k↑12%3[5 issues](https://github.com/OsTheNeo/NovaFields/issues)[1 PRs](https://github.com/OsTheNeo/NovaFields/pulls)MITPHPPHP ^7.3|^8.0

Since May 6Pushed 2y ago3 watchersCompare

[ Source](https://github.com/OsTheNeo/NovaFields)[ Packagist](https://packagist.org/packages/ostheneo/nova-fields)[ RSS](/packages/ostheneo-nova-fields/feed)WikiDiscussions master Synced 1mo ago

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

NovaFields
==========

[](#novafields)

This package will include a group of fields that haven't been updated yet for nova v4 The first one is Benjacho/belongs-to-many-field-nova

Belongs To Many Field Nova With Dependant
-----------------------------------------

[](#belongs-to-many-field-nova-with-dependant)

Belongs To Many field to represent many to many relationship in field. This Field allow attaching relationships easily.

[![Screen Shot 2022-05-06 at 5 07 55 AM](https://user-images.githubusercontent.com/5789902/167112419-0cf2769e-88e0-4376-ac18-07e86378b634.png)](https://user-images.githubusercontent.com/5789902/167112419-0cf2769e-88e0-4376-ac18-07e86378b634.png)

### Installation

[](#installation)

```
composer require ostheneo/nova-fields
```

### Usage

[](#usage)

In the resource you need to pass:

- Method make ('label', 'many to many relationship function name', 'Nova Resource Relationship')

```
use OsTheNeo\NovaFields\BelongsToManyField;

public function fields(Request $request){
    return [
        ..., //If you are using with BelongsToMany native Field, put this field after

        BelongsToManyField::make('Role Label', 'roles', Role::class),
    ];
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://raw.githubusercontent.com/OsTheNeo/NovaFields/master/LICENSE) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance6

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

1474d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5789902?v=4)[Harry Gutierrez](/maintainers/OsTheNeo)[@OsTheNeo](https://github.com/OsTheNeo)

---

Top Contributors

[![OsTheNeo](https://avatars.githubusercontent.com/u/5789902?v=4)](https://github.com/OsTheNeo "OsTheNeo (7 commits)")[![sanderbaas](https://avatars.githubusercontent.com/u/4152895?v=4)](https://github.com/sanderbaas "sanderbaas (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/ostheneo-nova-fields/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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