LaravelのfirstOrFail()メソッドの使い方とエラー処理の基本 例えば、以下のようなコードを考えてみましょう。$user = User::where('email', '[email protected]')->firstOrFail();>>More