mathew / modules
Laravel 5.x Modules
1.5
2019-05-15 06:31 UTC
Requires
- php: ^7.1.3
- illuminate/support: 5.8.x
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^3.6
- phpunit/phpunit: ~7.0
- spatie/phpunit-snapshot-assertions: ^1.0
Suggests
- wikimedia/composer-merge-plugin: Allows the ability to create and merge composer.json files for your individual modules for module-specific dependency management.
This package is not auto-updated.
Last update: 2025-03-27 11:38:35 UTC
README
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.