vicki/woodpecker_module
最新稳定版本:v1.0.1
Composer 安装命令:
composer require vicki/woodpecker_module
包简介
OpenEMR Custom Module Woodpecker Starter Project
README 文档
README
Installing Module Via Composer
Install the package by doing a composer require vikci/woodpecker_module
Installing Module via filesystem
If you copy your module into the installation directory you will need to copy your module's composer.json "psr-4" property into your OpenEMR's psr-4 settings.
You will also need to run a composer dump-autoload wherever your openemr composer.json file is located in order to get your namespace properties setup properly
to include your module.
Activating Your Module
Install your module using either composer (recommended) or by placing your module in the <openemr_installation_directory>//interface/modules/custom_modules/.
Once your module is installed in OpenEMR custom_modules folder you can activate your module in OpenEMR by doing the following.
- Login to your OpenEMR installation as an administrator
- Go to your menu and select Modules -> Manage Modules
- Now click the Install button next your module name.
- Finally click the Enable button for your module.
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-05-21