PHPackages                             64robots/nova-row - 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. 64robots/nova-row

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

64robots/nova-row
=================

A Laravel Nova row field.

1.0.7(7y ago)144.5k2MITVuePHP &gt;=7.1.0

Since Sep 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/64robots/nova-row)[ Packagist](https://packagist.org/packages/64robots/nova-row)[ RSS](/packages/64robots-nova-row/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (9)Used By (0)

Important
=========

[](#important)

This field has been merged to [Custom Nova Fields](https://github.com/64robots/nova-fields) package. Keep track of it for updates!
==================================================================================================================================

[](#this-field-has-been-merged-to-custom-nova-fields-package-keep-track-of-it-for-updates)

Row Field for Laravel Nova
==========================

[](#row-field-for-laravel-nova)

This field allows you to create horizontal rows passing a collection of [Custom Nova Fields](https://github.com/64robots/nova-fields).

### Demo

[](#demo)

[![Demo](https://camo.githubusercontent.com/168e103718110660bf5690aa7ddd8c2e84a8b14d979ce944d14bcc11cb879336/687474703a2f2f672e7265636f726469742e636f2f383846594634663772502e676966)](https://camo.githubusercontent.com/168e103718110660bf5690aa7ddd8c2e84a8b14d979ce944d14bcc11cb879336/687474703a2f2f672e7265636f726469742e636f2f383846594634663772502e676966)

### Install

[](#install)

Run this command in your nova project: `composer require 64robots/nova-fields`

### Add it to your Nova Resource:

[](#add-it-to-your-nova-resource)

Create a new Row field passing an array of Nova Fields as a second param. Attribute name can be passed as third param.

As we are using [R64 Nova Fields](https://github.com/64robots/nova-fields). We can customize the classes and hide the field labels.

```
use R64\NovaFields\Row;

Row::make('Lines', [
      Number::make('Quantity')
        ->fieldClasses('w-full px-8 py-6')
        ->hideLabelInForms(),
      Text::make('Product')
        ->fieldClasses('w-full px-8 py-6')
        ->hideLabelInForms(),
      Number::make('Price')
        ->fieldClasses('w-full px-8 py-6')
        ->hideLabelInForms(),
    ])->fieldClasses('w-full px-8 py-6')
      ->labelClasses('w-1/2 px-8 py-6'),
```

This converts to an array of objects.

```
[
  { quantity: 1, product: 'This One', price: 20 },
  { quantity: 2, product: 'That One', price: 21 }
];
```

### Localization

[](#localization)

Set your translations in the corresponding xx.json file located in `/resources/lang/vendor/nova`

```
...

  "Add Row": "Añadir Fila",
  "Delete Row": "Eliminar Fila",
  "Are you sure you want to delete this row?": "¿Estás seguro de querer eliminar esta fila?"
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 82.6% 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 ~2 days

Total

8

Last Release

2835d ago

Major Versions

0.1.0 → 1.0.12018-09-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/88e19e84d31e5f50eb2e338915669ae04f507a643fa24f88afc870520d8bef23?d=identicon)[64robots](/maintainers/64robots)

---

Top Contributors

[![beliolfa](https://avatars.githubusercontent.com/u/12644599?v=4)](https://github.com/beliolfa "beliolfa (19 commits)")[![robmpreston](https://avatars.githubusercontent.com/u/9950092?v=4)](https://github.com/robmpreston "robmpreston (3 commits)")[![CasperLaiTW](https://avatars.githubusercontent.com/u/5094008?v=4)](https://github.com/CasperLaiTW "CasperLaiTW (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/64robots-nova-row/health.svg)

```
[![Health](https://phpackages.com/badges/64robots-nova-row/health.svg)](https://phpackages.com/packages/64robots-nova-row)
```

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

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

Boost your Laravel Nova with the TinyMCE editor.

17178.1k1](/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.

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

A Laravel Nova custom field text with masks on input

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

PHPackages © 2026

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