2017 © Pedro Peláez
 

library l4-namespaced-structure

A modified version of official laravel/laravel project structure.

image

azerdemir/l4-namespaced-structure

A modified version of official laravel/laravel project structure.

  • Sunday, July 21, 2013
  • by azerdemir
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

A PSR-0 Namespaced Project Skeleton for Laravel

You can use this structure when initializing your Laravel projects., (*1)

Project structure

Project Structure, (*2)

Default project structure reorganized as you can see in image., (*3)

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., (*4)

Also, you can create a new project from this skeleton like below:, (*5)

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

The Versions

21/07 2013

dev-master

9999999-dev

A modified version of official laravel/laravel project structure.

  Sources   Download

The Requires

 

laravel framework

18/07 2013

0.1.1

0.1.1.0

A modified version of official laravel/laravel project structure.

  Sources   Download

The Requires

 

laravel framework

18/07 2013

0.1

0.1.0.0

A modified version of official laravel/laravel project structure.

  Sources   Download

The Requires

 

laravel framework