mathew/modules

Laravel 5.x Modules

1.5 2019-05-15 06:31 UTC

This package is not auto-updated.

Last update: 2024-03-28 06:35:19 UTC


README

Source Latest Stable Version License Total Downloads Travis (.org)

Extract and modularize your code for maintainability. Essentially creates "mini-laravel" structures to organize your application.

Installation

Simply install the package through Composer. From here the package will automatically register its service provider and Module facade.

composer require mathew/modules

Config

To publish the config file, run the following:

php artisan vendor:publish --provider="Sam\Modules\ModulesServiceProvider" --tag="config"

License

The MIT License (MIT). Please see License File for more information.