2017 © Pedro Peláez
 

library laravelmodules

This package help organizing your laravel application into modules.

image

lassehaslev/laravelmodules

This package help organizing your laravel application into modules.

  • Tuesday, August 8, 2017
  • by LasseHaslev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

(Deprecated) laravelmodules

This package is deprecated in favor for lassehaslev/laravel-modules, (*1)

Package for ordering folders in modules, (*2)

Motivation

It can be a good practice to organize you application features into different modules. This package helps you with that., (*3)

Install

Begin by installing the package through Composer in your project folder., (*4)

composer require lassehaslev/laravelmodules

Open config/app.php and add LasseHaslev\LaravelModules\Providers\ServiceProvider::class to the providers array., (*5)

Usage

In your app/ folder create a folder named Modules/. This is where you place all your modules., (*6)

Then this folder will be treated as its own app/ folder., (*7)

Example, (*8)

app/Modules/MyModule/
    Http/
        Controllers/
        Requests/
        routes.php
        routes.php
    Jobs/
    views/

License

MIT, dawg, (*9)

The Versions

08/08 2017

dev-master

9999999-dev

This package help organizing your laravel application into modules.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Lasse S. Haslev

08/08 2017

1.2.1

1.2.1.0

This package help organizing your laravel application into modules.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Lasse S. Haslev

01/07 2016

1.2.0

1.2.0.0

This package help organizing your laravel application into modules.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Lasse S. Haslev

31/08 2015

v1.1

1.1.0.0

This package help organizing your laravel application into modules.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Lasse S. Haslev

31/08 2015

v1.0

1.0.0.0

This package help organizing your laravel application into modules.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Lasse S. Haslev