realtyna/mvc-core
最新稳定版本:0.5.7
Composer 安装命令:
composer require realtyna/mvc-core
包简介
Core library to create WordPress plugin in MVC design pattern
README 文档
README
WordPress MVC framework to develop plugins.
Documentation
How to use
Go to WordPress plugins folder and run this command in terminal:
composer create-project realtyna/plugin-structure <NAME OF YOURPLUGIN>
for example:
composer create-project realtyna/plugin-structure realtyna-api
By running this command a folder named "realtyna-api" will be created in your plugins folder
Go into created folder:
cd realtyna-api
Run composer update:
composer update
统计信息
- 总下载量: 433
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2023-01-09