boktoso-enterprise/nova-inline-edit-field

A Laravel Nova field.

0.0.1 2023-08-13 16:33 UTC

This package is auto-updated.

Last update: 2024-05-17 02:28:59 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')