Migrating to Laravel 5: New Directory Structure and .env
A walkthrough of the key changes when moving from Laravel 4 to 5 — directory layout, .env configuration, and application bootstrapping.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 30/32)
A walkthrough of the key changes when moving from Laravel 4 to 5 — directory layout, .env configuration, and application bootstrapping.
What each layer of MVC is actually responsible for, and how to keep your controllers thin.
The language-level approach to building large loops without blowing up memory: PHP 5.5 generators and the yield keyword.
A repeatable pattern for safely handling user input: Laravel validation rules and error messages.
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.