We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da8bd9 commit a7deb30Copy full SHA for a7deb30
README.md
@@ -7,7 +7,7 @@ This tool allows you to update a boolean field of a resource in the index view (
7
You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
8
9
```bash
10
-composer require wehaa/liveupdate-boolean
+composer require wehaa/inline-boolean-field-update
11
```
12
13
## Usage
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "wehaa/liveupdate-boolean",
+ "name": "wehaa/inline-boolean-field-update",
3
"description": "A Laravel Nova field.",
4
"keywords": [
5
"laravel",
0 commit comments