Laravel Nova icon Nova Packages

Readme

Nova 5 Repeatable

This Laravel Nova package allows you to create simple horizontal rows of fields that the user can add/remove.

Requirements

  • php: >=8.0
  • laravel/nova: ^5.0

Features

A Laravel Nova simple repeatable rows field.

Screenshots

Form page

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require laravelwebdev/repeatable

Usage

use Laravelwebdev\Repeatable\Repeatable;

public function fields(Request $request) {
    Repeatable::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

License

Nova Simple Repeatable is open-sourced software licensed under the MIT license.

Back to Top
Added 3 months ago
Last updated 3 Months Ago
Version 1.0.1
Composer
laravelwebdev/repeatable
GitHub stars 1
Packagist downloads 245

Favorites

0 users favorited

Rating

0.00
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas