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 5ccd144 commit 6fc45baCopy full SHA for 6fc45ba
README.md
@@ -30,7 +30,7 @@ module.exports = {
30
rules: [
31
{
32
// Matches all PHP or JSON files in `resources/lang` directory.
33
- test: /resources\/lang.+\.(php|json)$/,
+ test: /resources(\\|\/)lang.+\.(php|json)$/,
34
loader: 'laravel-localization-loader',
35
}
36
]
@@ -47,7 +47,7 @@ mix.webpackConfig({
47
48
49
50
51
52
53
0 commit comments