Skip to content

Commit 64f32cc

Browse files
committed
Updated README with new artisan command example
1 parent 0e57a68 commit 64f32cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ let messages = axios.get('http://localhost/js/lang.js') // This is default route
7272
</script>
7373
```
7474

75+
You can also export messages to ECMAScript 6 standard JavaScript module with artisan command
76+
```` php artisan export:messages ````
77+
7578
## Some examples why would you use this package and messages over Laravel standard localization
7679

7780
```

0 commit comments

Comments
 (0)