Skip to content

Commit 81a1381

Browse files
authored
Update README.md
1 parent ebde03c commit 81a1381

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ This is a `laravel-admin` extension that integrates [JSON Editor](https://github
1010

1111
## Installation
1212

13-
First, install dependencies:
1413
```bash
1514
composer require jxlwqq/json-editor
15+
php artisan vendor:publish --tag=laravel-admin-json-editor
1616
```
1717

18-
Then, publish the resource directory:
18+
## Update
1919
```bash
20-
php artisan vendor:publish --tag=laravel-admin-json-editor
20+
composer require jxlwqq/json-editor
21+
php artisan vendor:publish --tag=laravel-admin-json-editor --force
2122
```
2223

2324
## Configuration

0 commit comments

Comments
 (0)