wehaa / inline-field-update by msassa

A Laravel Nova field.
168,553
29
4
Package Data
Maintainer Username: msassa
Package Create Date: 2019-03-28
Package Last Update: 2022-06-22
Language: Vue
License: MIT
Last Refreshed: 2024-04-27 03:15:43
Package Statistics
Total Downloads: 168,553
Monthly Downloads: 1,949
Daily Downloads: 43
Total Stars: 29
Total Watchers: 4
Total Forks: 18
Total Open Issues: 3

Add inline update to your nova resources

This tool allows you to update a field of a resource in the index view (inline edit).

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require wehaa/liveupdate

Usage

use Wehaa\Liveupdate\Liveupdate;

Liveupdate::make('Name')