mathew/modules

Laravel 5.x Modules

Maintainers

Package info

gitlab.com/talismansacrifice/laravel-modules

Issues

pkg:composer/mathew/modules

Statistics

Installs: 119

Dependents: 0

Suggesters: 0

Stars: 0

1.5 2019-05-15 06:31 UTC

This package is not auto-updated.

Last update: 2026-03-12 16:14:51 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.