wehaa/liveupdate is a Laravel package for a laravel nova field..
It currently has 29 GitHub stars and 185.639 downloads on Packagist (latest version v0.3.2).
Install it with composer require wehaa/liveupdate.
Discover more Laravel packages by wehaa
or browse all Laravel packages to compare alternatives.
Last updated
This tool allows you to update a field of a resource in the index view (inline edit).
You can install the package in to a Laravel app that uses Nova via composer:
composer require wehaa/liveupdate
use Wehaa\Liveupdate\Liveupdate;
Liveupdate::make('Name')