lassehaslev/laravelmodules

This package help organizing your laravel application into modules.
22 1
Install
composer require lassehaslev/laravelmodules
Latest Version:1.2.1
PHP:>=5.3.0
License:MIT
Last Updated:Aug 8, 2017
Links: GitHub  ·  Packagist
Maintainer: LasseHaslev

(Deprecated) laravelmodules

This package is deprecated in favor for lassehaslev/laravel-modules

Package for ordering folders in modules

Motivation

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

Install

Begin by installing the package through Composer in your project folder.

composer require lassehaslev/laravelmodules

Open config/app.php and add LasseHaslev\LaravelModules\Providers\ServiceProvider::class to the providers array.

Usage

In your app/ folder create a folder named Modules/. This is where you place all your modules.

Then this folder will be treated as its own app/ folder.

Example

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

License

MIT, dawg

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

387,976,821 4,658