wehaa/inline-boolean-field-update is a Laravel package for a laravel nova field..
It currently has 3 GitHub stars and 322.527 downloads on Packagist (latest version v0.1.3).
Install it with composer require wehaa/inline-boolean-field-update.
Discover more Laravel packages by wehaa
or browse all Laravel packages to compare alternatives.
Last updated
This tool allows you to update a boolean field of a resource in the index view (inline edit).
You can install the package in to a Laravel app that uses Nova via composer:
composer require wehaa/inline-boolean-field-update
use Wehaa\LiveupdateBoolean\LiveupdateBoolean;
LiveupdateBoolean::make('Active')