wehaa / inline-boolean-field-update
A Laravel Nova field.
Installs: 222 521
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 5
Open Issues: 2
Language:Vue
Requires
- php: >=7.1.0
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')