🗄 Eloquent ORM
+ New Post7
Total posts (query builder)
DB::table('posts')->selectRaw(...)->first()
5
Published (scope)
Post::published()->with([...])->paginate()
by Demo User · 1 comment(s) · tags: deployment · published 2 months ago
by Demo User · 3 comment(s) · tags: laravel, demo, deployment · published 2 months ago
by Demo User · 3 comment(s) · tags: laravel, php, deployment · published 2 months ago
by Demo User · 1 comment(s) · tags: php, demo · published 2 months ago
by Demo User · 3 comment(s) · tags: testing, deployment · published 2 months ago
// Demonstrated: hasMany, belongsTo, belongsToMany, paginate(), with(), scope, DB::table(), transactions