Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Add InlineIndex to your nova resources

Latest Version on Packagist Total Downloads

This package allows you to update a text field or number field of a resource in the index view (inline edit).

Install

composer require ncus/inline-index

Usage

use Ncus\InlineIndex\InlineIndex;

InlineIndex::make('name')
          ->options([
              'event' => 'blur',
              'type' => 'text',
          ])->rules('required');

Note: event default keyup.enter, type default text.

Back to Top
Added 5 years ago
Last updated 5 Years Ago
Version v0.0.2
Composer
Ncus/inline-index
GitHub stars 7
Packagist downloads 75,435

Favorites

7 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas