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 035213b commit e4f4235Copy full SHA for e4f4235
README.md
@@ -200,7 +200,7 @@ php artisan translation:init
200
Note: since **Laravel 9**, the `lang` directory and the default set of language files
201
used by Laravel are **not** included by default in new projects
202
(see [official documentation](https://laravel.com/docs/master/localization#publishing-the-language-files)),
203
-so may need to run the `lang:publish` command to generate them:
+so you may need to run the `lang:publish` command to generate them:
204
205
~~~bash
206
php artisan lang:publish
0 commit comments