Skip to content

Commit

Permalink
Updated README with new artisan command example
Browse files Browse the repository at this point in the history
  • Loading branch information
kg-bot committed Jun 24, 2018
1 parent 0e57a68 commit 64f32cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ let messages = axios.get('http://localhost/js/lang.js') // This is default route
</script>
```

You can also export messages to ECMAScript 6 standard JavaScript module with artisan command
```` php artisan export:messages ````

## Some examples why would you use this package and messages over Laravel standard localization

```
Expand Down

0 comments on commit 64f32cc

Please sign in to comment.