_b
WordPress 插件样板文件
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/iwillhappy1314/_b/archive/refs/heads/main.zipFrom the readme
Plugin description
1. 上传插件到/wp-content/plugins/ 目录
2. 在插件管理菜单激活插件
生成模型方法
wp mvc generate --model=Fire --slug=firework,fireworks
- model: 模型的名称,
- slug: 数据表的名称、url 的名称
- slugsingular: 数据表的名称
- slugplural: 插件的 ID 的名改
自动获取的名称
- namespace: composer 中设置的namespace
- plugin name: 多语言 domain 的名称、Rest API 中Base Url 的名称
- basedir: 命令行所在的目录,插件生成的文件按命名空间放在这个目录
Screenshots is here:http://www.wpzhiku.com/wizhi-submenus/
The first released
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | May 11, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.