PHPackages                             dillingham/nova-grouped-field - 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. dillingham/nova-grouped-field

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

dillingham/nova-grouped-field
=============================

Combine Nova fields into one output

0.11(6y ago)41142.1k↓26.4%4[1 issues](https://github.com/dillingham/nova-grouped-field/issues)MITVuePHP &gt;=7.1.0

Since Nov 13Pushed 5y ago2 watchersCompare

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

READMEChangelog (10)DependenciesVersions (13)Used By (0)

Nova Grouped Field
==================

[](#nova-grouped-field)

[![Latest Version on Github](https://camo.githubusercontent.com/a83147bfa955c697498d8dd1daa980d85d5fb7819b9cb519039b337064430dfb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f64696c6c696e6768616d2f6e6f76612d67726f757065642d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dillingham/nova-grouped-field)[![Total Downloads](https://camo.githubusercontent.com/aa90a5069c7334e9d0c5c87a30f13c28f3f3c68d15bef06079e34034565e8887/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64696c6c696e6768616d2f6e6f76612d67726f757065642d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dillingham/nova-grouped-field) [![Twitter Follow](https://camo.githubusercontent.com/4d611bda2f6e8730161339d887cbe17afe7f160bfde2eeb1baaf7cc40dd65071/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f696d5f627269616e5f643f636f6c6f723d253233316461316631266c6162656c3d54776974746572266c6f676f3d253233316461316631266c6f676f436f6c6f723d253233316461316631267374796c653d666c61742d737175617265)](https://twitter.com/im_brian_d)

This Nova field provides a clean way to combine multiple fields into one output.

[![nova-grouped-field-1](https://user-images.githubusercontent.com/29180903/48378053-9c387600-e69d-11e8-9faa-dece657fa1ba.png)](https://user-images.githubusercontent.com/29180903/48378053-9c387600-e69d-11e8-9faa-dece657fa1ba.png)

Installation
============

[](#installation)

Installing with composer:

```
composer require dillingham/nova-grouped-field
```

Usage
=====

[](#usage)

```
use Dillingham\NovaGroupedField\Grouped;
```

```
public function fields(Request $request)
{
    return [
        Grouped::make('User')->fields([
            BelongsTo::make('Account'),
            BelongsTo::make('User'),
        ])
    ]
}
```

---

Options
=======

[](#options)

There are a few chainable options available

### separator($value)

[](#separatorvalue)

If you would like to override the default slash separator

```
Grouped::make('User')->fields([
    BelongsTo::make('Account'),
    BelongsTo::make('User'),
])->separator('-')
```

### showLabels()

[](#showlabels)

If you want to output the original labels inline with the values

```
Grouped::make('User')->fields([
    BelongsTo::make('Account'),
    BelongsTo::make('User'),
])->showLabels()
```

### removeLinks()

[](#removelinks)

If you just want plain text output for relationships

```
Grouped::make('User')->fields([
    BelongsTo::make('Account'),
    BelongsTo::make('User'),
])->removeLinks()
```

### Screenshots

[](#screenshots)

separator('-')showLabels()removeLinks()[![nova-grouped-field-separator](https://user-images.githubusercontent.com/29180903/48378215-2a146100-e69e-11e8-90c8-269cf42b1b65.png)](https://user-images.githubusercontent.com/29180903/48378215-2a146100-e69e-11e8-90c8-269cf42b1b65.png)[![nova-grouped-field-labels](https://user-images.githubusercontent.com/29180903/48378354-5cbe5980-e69e-11e8-8e10-28187f473c5b.png)](https://user-images.githubusercontent.com/29180903/48378354-5cbe5980-e69e-11e8-8e10-28187f473c5b.png)[![nova-grouped-field-no-links](https://user-images.githubusercontent.com/29180903/48378417-7fe90900-e69e-11e8-8b8a-5e0a5ac2a431.png)](https://user-images.githubusercontent.com/29180903/48378417-7fe90900-e69e-11e8-8b8a-5e0a5ac2a431.png)### Native options

[](#native-options)

`Grouped` is a nova field like any other.

You can use authorization like `->canSee()`

You can decide when to show like `->hideFromIndex()`

---

Author
======

[](#author)

Hi 👋, Im Brian Dillingham, creator of this Nova package [and others](https://novapackages.com/collaborators/dillingham)

Hope you find it useful. Feel free to reach out with feedback.

Follow me on twitter: [@im\_brian\_d](https://twitter.com/im_brian_d)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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 ~47 days

Recently: every ~102 days

Total

10

Last Release

2364d ago

### Community

Maintainers

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

---

Top Contributors

[![dillingham](https://avatars.githubusercontent.com/u/29180903?v=4)](https://github.com/dillingham "dillingham (13 commits)")

---

Tags

laravellaravel-novalaravel-nova-fieldlaravelnova

### Embed Badge

![Health badge](/badges/dillingham-nova-grouped-field/health.svg)

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

###  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)
