<
e12
MySQL Where Clause with Eloquent

Mark as watched? Login

Notes

Login to write notes for this video.

Description

When fetching records from the database, most of the time you need to grab a subset of records and not your entire database. This is done using a where clause. Let's add that to our app in this lesson.