Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 430 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 430 Bytes

Add inline update to your nova resources

This tool allows you to update a boolean 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/inline-boolean-field-update

Usage

use Wehaa\LiveupdateBoolean\LiveupdateBoolean;

LiveupdateBoolean::make('Active')