Eloquent ORM

Watch Eloquent queries become SQL

Eloquent maps PHP objects to database rows. Click a query to see the generated SQL and matching rows.

Eloquent
Post::all()
SQL
SELECT * FROM posts
posts table5 matched
idtitleauthorstatus
1Getting Started with LaravelAlicepublished
2Understanding EloquentBobdraft
3Blade Templates GuideAlicepublished
4API DevelopmentCharliepublished
5Testing in LaravelBobdraft