config/app.php
タイムゾーンと言語
Laravelをインストールしたフォルダの中の config/app.php ファイルを開く。
70行目ぐらいに ‘timezone’ があるので、(Asia/Tokyo)と変更する。
config/app.php
'timezone' => 'Asia/Tokyo',
83行目ぐらいに’locale’ があるので、(ja)と変更する。
'locale' => 'ja',
Author And Source
この問題について(config/app.php), 我々は、より多くの情報をここで見つけました https://qiita.com/min0727/items/d22094370a08f7218ba9著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .