boktoso-enterprise / nova-inline-edit-field
A Laravel Nova field.
0.0.1
2023-08-13 16:33 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-10-17 03:25:27 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 boktoso-enterprise/nova-inline-edit-field
Usage
use BoktosoEnterprise\NovaInlineEdit\Fields\InlineEditField; InlineEditField::make('Name')