sfinktah / nova4-liveupdate
A Laravel Nova field.
Installs: 4 953
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 17
Language:Vue
pkg:composer/sfinktah/nova4-liveupdate
Requires
- php: ^7.3|^8.0
This package is auto-updated.
Last update: 2025-09-26 15:51:20 UTC
README
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')