We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e57a68 commit 64f32ccCopy full SHA for 64f32cc
README.md
@@ -72,6 +72,9 @@ let messages = axios.get('http://localhost/js/lang.js') // This is default route
72
</script>
73
```
74
75
+You can also export messages to ECMAScript 6 standard JavaScript module with artisan command
76
+```` php artisan export:messages ````
77
+
78
## Some examples why would you use this package and messages over Laravel standard localization
79
80
0 commit comments