0
0

More than 1 year has passed since last update.

【Laravel】1番簡単なエラーメッセージの日本語化

Posted at

環境

Laravel v9.5.1 (PHP v8.1.3)

やり方

上からコマンドを実行していくだけ!

php -r "copy('https://readouble.com/laravel/8.x/ja/install-ja-lang-files.php', 'install-ja-lang.php');"
php -f install-ja-lang.php
php -r "unlink('install-ja-lang.php');"

エラーメッセージの日本語化のやり方はさまざまあるけど、公式ドキュメントのやり方が一番簡単で安心な気がする。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0