Laravel 英語のエラー表示を日本語にする


英語のエラー表記設定 app/resources/lang/en を まるっと日本語表記にしたい。

1 . ホームディレクトリからララベルディレクトリに移動。
2 . コマンドで取得。

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

3 . app/resources/lang/jaが出来上がってる。