Skip to content

Commit bca3a52

Browse files
committed
Added notes about JSON output.
1 parent 34f048f commit bca3a52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ php artisan lang:js -c
6262
php artisan lang:js public/assets/dist/lang.dist.js -s themes/default/lang
6363
```
6464

65+
### Output a JSON file instead.
66+
67+
```shell
68+
php artisan lang:js --json
69+
```
70+
6571
## Configuration
6672

6773
First, publish the default package's configuration file running:

0 commit comments

Comments
 (0)