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

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

optimistdigital/nova-simple-repeatable
======================================

A Laravel Nova simple repeatable rows field.

3.0.0(9mo ago)74151.2k↓36%57[16 issues](https://github.com/outl1ne/nova-simple-repeatable/issues)[3 PRs](https://github.com/outl1ne/nova-simple-repeatable/pulls)MITVuePHP &gt;=8.0

Since Dec 18Pushed 9mo ago5 watchersCompare

[ Source](https://github.com/outl1ne/nova-simple-repeatable)[ Packagist](https://packagist.org/packages/optimistdigital/nova-simple-repeatable)[ RSS](/packages/optimistdigital-nova-simple-repeatable/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (38)Used By (0)

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

[](#nova-simple-repeatable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/90cbe552347b63c559eaad39b235e376188e1945e9b4040d7310960ce523bdb3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f75746c316e652f6e6f76612d73696d706c652d72657065617461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/nova-simple-repeatable)[![Total Downloads](https://camo.githubusercontent.com/ae351187bf9123214cd9b44387c53ff5dff42038ca8097bb0e732cf44ed44343/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f75746c316e652f6e6f76612d73696d706c652d72657065617461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/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: >=8.0`
- `laravel/nova: ^5.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 outl1ne/nova-simple-repeatable
```

Usage
-----

[](#usage)

```
use Outl1ne\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
}
```

Localization
------------

[](#localization)

The translations file can be published by using the following publish command:

```
php artisan vendor:publish --provider="Outl1ne\NovaSimpleRepeatable\SimpleRepeatableServiceProvider" --tag="translations"
```

You can then edit the strings to your liking.

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

53

—

FairBetter than 97% of packages

Maintenance53

Moderate activity, may be stable

Popularity49

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 78.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 ~48 days

Recently: every ~174 days

Total

36

Last Release

272d ago

Major Versions

1.4.2 → 2.0.02022-05-26

1.4.3 → 2.0.22022-09-19

v1.x-dev → 2.2.02023-07-03

2.2.4 → 3.0.02025-08-19

PHP version history (2 changes)1.0.0PHP &gt;=7.2.0

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1c2970763f51ca6ffcc1f1b6971a472b6b36a74d5eeb5446fb9d1caab44d016?d=identicon)[Tarpsvo](/maintainers/Tarpsvo)

---

Top Contributors

[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (124 commits)")[![marttinnotta](https://avatars.githubusercontent.com/u/7058209?v=4)](https://github.com/marttinnotta "marttinnotta (13 commits)")[![KasparRosin](https://avatars.githubusercontent.com/u/33309407?v=4)](https://github.com/KasparRosin "KasparRosin (9 commits)")[![eimantaaas](https://avatars.githubusercontent.com/u/3778741?v=4)](https://github.com/eimantaaas "eimantaaas (3 commits)")[![tmannherz](https://avatars.githubusercontent.com/u/533798?v=4)](https://github.com/tmannherz "tmannherz (2 commits)")[![ganyicz](https://avatars.githubusercontent.com/u/3823354?v=4)](https://github.com/ganyicz "ganyicz (2 commits)")[![mlopezsti](https://avatars.githubusercontent.com/u/67266571?v=4)](https://github.com/mlopezsti "mlopezsti (1 commits)")[![ndrez-outl1ne](https://avatars.githubusercontent.com/u/117165508?v=4)](https://github.com/ndrez-outl1ne "ndrez-outl1ne (1 commits)")[![nurmuhammet-ali](https://avatars.githubusercontent.com/u/25463082?v=4)](https://github.com/nurmuhammet-ali "nurmuhammet-ali (1 commits)")[![miagg](https://avatars.githubusercontent.com/u/6439071?v=4)](https://github.com/miagg "miagg (1 commits)")[![emilianotisato](https://avatars.githubusercontent.com/u/18596215?v=4)](https://github.com/emilianotisato "emilianotisato (1 commits)")

---

Tags

laravelfieldFlexiblenovakeyvaluerowsrepeatable

### Embed Badge

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

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

###  Alternatives

[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

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

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-notes-field

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

52139.5k](/packages/optimistdigital-nova-notes-field)[outl1ne/nova-notes-field

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

52127.3k](/packages/outl1ne-nova-notes-field)[alexwenzel/nova-dependency-container

A Laravel Nova 4 form container for grouping fields that depend on other field values.

461.0M2](/packages/alexwenzel-nova-dependency-container)

PHPackages © 2026

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