azerdemir / l4-namespaced-structure by azerdemir

A modified version of official laravel/laravel project structure.
21
0
2
Package Data
Maintainer Username: azerdemir
Package Create Date: 2013-07-17
Package Last Update: 2013-07-20
Home Page:
Language: PHP
License: Unknown
Last Refreshed: 2024-05-03 03:15:42
Package Statistics
Total Downloads: 21
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 1
Total Open Issues: 1

A PSR-0 Namespaced Project Skeleton for Laravel

You can use this structure when initializing your Laravel projects.

Project structure

Project Structure

Default project structure reorganized as you can see in image.

composer.json contains "psr-0" autoloading for classes under src/ folder. Current level one namespace is "Structure", you can change it, but don't forget to change the related line in compsoer.json and replace namespace and use statements in related controllers and models.

Also, you can create a new project from this skeleton like below:

composer create-project azerdemir/l4-namespaced-structure new_project