boktoso-enterprise/nova-inline-edit-field

A Laravel Nova field.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 17

Language:Vue

pkg:composer/boktoso-enterprise/nova-inline-edit-field

0.0.1 2023-08-13 16:33 UTC

This package is auto-updated.

Last update: 2025-10-17 06:03:34 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')