0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Laravel で Whoops, looks like something went wrong. のエラー表示を変える

Last updated at Posted at 2022-04-25

Laravel プロジェクトでエラーがでました。

Whoops, looks like something went wrong.

↓はスクショです。
CleanShot 2022-04-25 at 10.44.38@2x.png

Whoops, looks like something went wrong. の問題

この問題点というのは、エラー箇所がすぐに特定できないの点です。

エラーをわかりやすくすることで問題の解消をすすめたいです。

APP_DEBUG=true にする

laravel に .env ファイルがあるので、APP_DEBUG を有効にします。

vim laravel/.env

APP_DEBUG=true

エラーメッセージが変わりました。

CleanShot 2022-04-25 at 10.50.25@2x.png

成功です。

参考

Laravelでのデバッグ方法4パターンまとめ - Qiita

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?