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.
Category
Hands-on use of Laravel, Vue, React and other frameworks and libraries. (Page 4/4)
This category has 22 posts.
A walkthrough of the key changes when moving from Laravel 4 to 5 — directory layout, .env configuration, and application bootstrapping.
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.