mathew / modules
Laravel 5.x 模块
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: 2024-09-26 08:53:26 UTC
README
提取并模块化代码以提高可维护性。本质上创建“迷你 Laravel”结构来组织您的应用程序。
安装
通过 Composer 安装此包。从现在起,包将自动注册其服务提供者和 Module
门面。
composer require mathew/modules
配置
要发布配置文件,请运行以下命令
php artisan vendor:publish --provider="Sam\Modules\ModulesServiceProvider" --tag="config"
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。