wehaa / liveupdate
A Laravel Nova field.
v0.3.2
2021-12-02 18:37 UTC
Requires
- php: >=7.1.0
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')