simplepleb/modulemanager-module
Composer 安装命令:
composer require simplepleb/modulemanager-module
包简介
Used to manage, install and configure Laravel modules
README 文档
README
A Module for managing Laravel modules settings, status etc
This package gives you everything you need to build and manage CRUD modules with ease. Fill in the builder form and the entire module is built for you. Once you click 'Build' you will be redirected to the index page of the new module and immediately be able to add and edit items to the new module.
Module Settings
Without requiring any database use - we created a simple way to allow the site admin to modify settings for any module.
By default, the settings form will edit and save the Module\{ModuleName}\Config\config.php file. If your module has a more complex settings requirement take note of the settings() method of the ModuleManager.
/** * If the module has its own settings method use it instead */ if (class_exists("\Modules\\".$name."\Http\Controllers\SettingsController")) { $func = "\Modules\\".$name."\Http\Controllers\SettingsController::settings"; return $func(); }
If the module does not have its own settings method the ModuleManager default will display the form.
If a module config file has values that are arrays() - add them to the protected_modules
Dashboard Screenshot
Builder Screenshot
This module manager makes full use of the great Module Package by Nwidart
simplepleb/modulemanager-module 适用场景与选型建议
simplepleb/modulemanager-module 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 27 次下载、GitHub Stars 达 6, 最近一次更新时间为 2021 年 05 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 simplepleb/modulemanager-module 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 simplepleb/modulemanager-module 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 6
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2021-05-08

