Blade Template Engine: Eliminating Repetitive HTML
The practical payoff of separating the view layer from logic: using Blade layouts, sections, and partials.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 32/32)
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.
Code organization that eliminates name collisions and fits the modern library ecosystem: PHP namespace usage and the use statement.
Moving away from manual class includes to standard autoloading: the difference between PSR-0 and PSR-4, and Composer integration.
The practical side of moving from a pile of manual requires to modern dependency management: composer.json, autoloading, and installing packages.