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.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 29/30)
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.
How to produce decent-looking interfaces without a designer: Bootstrap 3's grid system and ready-made components.
The confidence that comes with version control: how switching from FTP to Git changed my development habits, and the basics of commits and branches.
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.
The 2014 standard for decoupling form submissions from full page loads: practical usage of jQuery's $.ajax method.