wehaa/inline-boolean-field-update

A Laravel Nova field.

Maintainers

Package info

github.com/wehaa/inline-boolean-field-update

Language:Vue

pkg:composer/wehaa/inline-boolean-field-update

Statistics

Installs: 298 589

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 2

v0.1.3 2021-05-31 19:17 UTC

This package is auto-updated.

Last update: 2026-03-01 00:56:39 UTC


README

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')