laravel where() with findOrFail() cobination code example Example: laravel findorfail $model = App\Flight::where('name', 'Mike')->firstOrFail();