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 ff8510d commit b735990Copy full SHA for b735990
README.md
@@ -252,7 +252,7 @@ You can customize the language directory by modifying `config/inertia-lang.php`:
252
253
```php
254
return [
255
- 'lang_path' => lang_path(), // Default: /resources/lang
+ 'lang_path' => resource_path('lang'), // Default: /resources/lang
256
];
257
```
258
config/inertia-lang.php
@@ -15,6 +15,6 @@
15
|
16
*/
17
18
- 'lang_path' => lang_path(),
+ 'lang_path' => resource_path('lang'),
19
20
0 commit comments