PHPackages                             mabou7agar/nova-simple-repeatable - 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. mabou7agar/nova-simple-repeatable

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

mabou7agar/nova-simple-repeatable
=================================

A Laravel Nova simple repeatable rows field.

1.0.0(5y ago)02MITVuePHP &gt;=7.2.0

Since Dec 18Pushed 5y agoCompare

[ Source](https://github.com/mabou7agar/nova-simple-repeatable)[ Packagist](https://packagist.org/packages/mabou7agar/nova-simple-repeatable)[ RSS](/packages/mabou7agar-nova-simple-repeatable/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Nova Simple Repeatable
======================

[](#nova-simple-repeatable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f8ab0aaa9f5275e5c1fc5d6e8958447f729fb4a54f8fe9a23997e9ffee98ced9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f7074696d6973746469676974616c2f6e6f76612d73696d706c652d72657065617461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/optimistdigital/nova-simple-repeatable)[![Total Downloads](https://camo.githubusercontent.com/fd5db64d7b2826c2e6c7273c24f7a45359e7276af6448728a36abfd22d719699/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f7074696d6973746469676974616c2f6e6f76612d73696d706c652d72657065617461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/optimistdigital/nova-simple-repeatable)

This [Laravel Nova](https://nova.laravel.com/) package allows you to create simple horizontal rows of fields that the user can add/remove.

Requirements
------------

[](#requirements)

- `php: >=7.2`
- `laravel/nova: ^3.0`

Features
--------

[](#features)

A Laravel Nova simple repeatable rows field.

Screenshots
-----------

[](#screenshots)

[![Form page](./docs/form.png)](./docs/form.png)

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

[](#installation)

Install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require optimistdigital/nova-simple-repeatable
```

Usage
-----

[](#usage)

```
use OptimistDigital\NovaSimpleRepeatable\SimpleRepeatable;

public function fields(Request $request) {
    SimpleRepeatable::make('Users', 'users', [
        Text::make('First name'),
        Text::make('Last name'),
        Email::make('Email'),
      ])
      ->canAddRows(true) // Optional, true by default
      ->canDeleteRows(true), // Optional, true by default
}
```

Credits
-------

[](#credits)

- [Tarvo Reinpalu](https://github.com/tarpsvo)

License
-------

[](#license)

Nova Simple Repeatable is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

2022d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/910aa2861357099f7cf10e3991b5108b93e4518cc34e2e8348d708578af1ccc0?d=identicon)[mabou7agar](/maintainers/mabou7agar)

---

Top Contributors

[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (10 commits)")[![mabou7agar](https://avatars.githubusercontent.com/u/13303169?v=4)](https://github.com/mabou7agar "mabou7agar (6 commits)")[![shabbirbharmal](https://avatars.githubusercontent.com/u/2532860?v=4)](https://github.com/shabbirbharmal "shabbirbharmal (3 commits)")[![MDobariya](https://avatars.githubusercontent.com/u/1326739?v=4)](https://github.com/MDobariya "MDobariya (1 commits)")

---

Tags

laravelfieldFlexiblenovakeyvaluerowsrepeatable

### Embed Badge

![Health badge](/badges/mabou7agar-nova-simple-repeatable/health.svg)

```
[![Health](https://phpackages.com/badges/mabou7agar-nova-simple-repeatable/health.svg)](https://phpackages.com/packages/mabou7agar-nova-simple-repeatable)
```

###  Alternatives

[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74404.9k](/packages/outl1ne-nova-simple-repeatable)[optimistdigital/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74154.5k](/packages/optimistdigital-nova-simple-repeatable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[outl1ne/nova-color-field

A Laravel Nova Color Picker field.

26263.8k](/packages/outl1ne-nova-color-field)[optimistdigital/nova-color-field

A Laravel Nova Color Picker field.

26256.8k](/packages/optimistdigital-nova-color-field)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52145.0k](/packages/optimistdigital-nova-notes-field)

PHPackages © 2026

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