We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebde03c commit 81a1381Copy full SHA for 81a1381
README.md
@@ -10,14 +10,15 @@ This is a `laravel-admin` extension that integrates [JSON Editor](https://github
10
11
## Installation
12
13
-First, install dependencies:
14
```bash
15
composer require jxlwqq/json-editor
+php artisan vendor:publish --tag=laravel-admin-json-editor
16
```
17
18
-Then, publish the resource directory:
+## Update
19
20
-php artisan vendor:publish --tag=laravel-admin-json-editor
+composer require jxlwqq/json-editor
21
+php artisan vendor:publish --tag=laravel-admin-json-editor --force
22
23
24
## Configuration
0 commit comments