LaravelPackages.net
Acme Inc.
Toggle sidebar
wehaa/inline-boolean-field-update

A Laravel Nova field.

322.527
3
v0.1.3
About wehaa/inline-boolean-field-update

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

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

Star History Chart