leizhishang / modules
Laravel 5.x Modules
v1.0.0
2020-03-25 10:20 UTC
Requires
- php: >=7.0.0
- illuminate/support: ^5.5,<5.7
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 auto-updated.
Last update: 2025-03-26 22:35:44 UTC
README
==================================================== 该包仅限本人测试,学习使用,如侵犯他人版权,请告知! 该包仅限本人测试,学习使用,如侵犯他人版权,请告知! 该包仅限本人测试,学习使用,如侵犯他人版权,请告知! 该包仅限本人测试,学习使用,如侵犯他人版权,请告知! 该包仅限本人测试,学习使用,如侵犯他人版权,请告知! 该包仅限本人测试,学习使用,如侵犯他人版权,请告知!
Quick Installation
Begin by installing the package through Composer.
composer require leizhishang/modules
Service Provider
Leizhishang\Modules\ModulesServiceProvider::class,
Facade
'Module' => Leizhishang\Modules\Facades\Module::class,