sfinktah / nova4-liveupdate
A Laravel Nova field.
dev-master
2023-01-26 09:47 UTC
Requires
- php: ^7.3|^8.0
This package is auto-updated.
Last update: 2025-01-26 14:18:10 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')