Matt Stauffer 9/12/2014

Laravel 5.0 - Directory structure and namespace

Read Original

This article details the significant directory structure overhaul in Laravel 5.0. It explains how the 'app' directory was trimmed to focus on core application logic, while other components like config, database, and resources were moved to their own dedicated directories. The post covers the benefits of this new PSR-4 based structure, including better separation of concerns, native namespace support, and the migration of procedural code to classes and Service Providers.

Laravel 5.0 - Directory structure and namespace

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet