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

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

cznec/nova-simple-repeatable
============================

A Laravel Nova simple repeatable rows field.

077↓100%Vue

Since Feb 20Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)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: ^4.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

19

—

LowBetter than 10% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/50eb87772391dcd28ef3251661e7656d9963691c8997dce739f6b9f5b9f79255?d=identicon)[cznec](/maintainers/cznec)

---

Top Contributors

[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (117 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)")[![ganyicz](https://avatars.githubusercontent.com/u/3823354?v=4)](https://github.com/ganyicz "ganyicz (2 commits)")[![emilianotisato](https://avatars.githubusercontent.com/u/18596215?v=4)](https://github.com/emilianotisato "emilianotisato (1 commits)")[![miagg](https://avatars.githubusercontent.com/u/6439071?v=4)](https://github.com/miagg "miagg (1 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)")

### Embed Badge

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

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

PHPackages © 2026

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