Simplifying Database Operations with Eloquent ORM
From writing raw SQL to model-based access: a practical look at Laravel's Eloquent ORM and how it fits into day-to-day development.
Tag
Building applications with Laravel: Eloquent, queues, authentication and version upgrades. (Page 8/8)
There are 45 posts with this tag.
From writing raw SQL to model-based access: a practical look at Laravel's Eloquent ORM and how it fits into day-to-day development.
The practical payoff of separating the view layer from logic: using Blade layouts, sections, and partials.
The structure that comes from moving beyond raw PHP to a framework: first impressions, installation, and the basics of Laravel 4.