azerdemir / l4-namespaced-structure
There is no license information available for the latest version (0.1.1) of this package.
A modified version of official laravel/laravel project structure.
0.1.1
2013-07-18 09:19 UTC
Requires
- laravel/framework: 4.0.*
This package is not auto-updated.
Last update: 2024-11-18 15:39:13 UTC
README
You can use this structure when initializing your Laravel projects.
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