helsingborg-stad / api-schools-manager
创建一个API,可用于管理学校
0.22.5
2024-09-20 05:11 UTC
Requires
- php: >=8.1
- helsingborg-stad/acf-export-manager: >=1.0.0
- ooksanen/acf-focuspoint: ~1.2.0
Requires (Dev)
- dev-main
- 0.22.5
- 0.22.4
- 0.22.3
- 0.22.2
- 0.22.1
- 0.22.0
- 0.21.1
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.1
- 0.17.1
- 0.16.3
- 0.16.1
- 0.16.0
- 0.15.0
- 0.14.1
- 0.14.0
- 0.12.0
- 0.11.4
- 0.11.3
- 0.11.0
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.6
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.5
- 0.8.4
- 0.8.2
- 0.8.0
- 0.7.1
- 0.6.8
- 0.6.7
- 0.6.5
- 0.6.3
- 0.6.1
- 0.6.0
- 0.4.21
- 0.4.19
- 0.4.18
- 0.4.17
- 0.4.16
- 0.4.14
- 0.4.12
- 0.4.10
- 0.4.8
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-fix/instructionstranslations
- dev-fix/helpinstructionsv2
- dev-fix/jsonupdates
- dev-fix/helptextsforschools
- dev-feature/Innehllstyp-Skola-Municipio-CU-865d2e0yq
- dev-feature/updating-taxonomies-and-acf-fields-for-new-posttype
- dev-feat/split-schools-into-post-types
This package is auto-updated.
Last update: 2024-09-20 05:11:53 UTC
README
学校管理器
一个WordPress插件,可用于创建API以管理学校。
关于学校管理器
构建工具
- PHP
- WordPress
入门
要运行本地副本,请按照以下简单步骤操作。
开发环境(VS Code Devcontainer)
先决条件
- Docker
- VS Code
安装开发环境。
- 安装VS Code。
- 安装扩展 远程开发。
- 克隆此存储库。
- 在VS Code中打开文件夹。
- 打开命令面板(cmd + shift + p)。
- 输入
Remote-Containers: Reopen in Container
并选择此选项。 - 等待容器构建。
- 在VS Code集成终端中运行composer install。
- 运行提供的VS Code任务
install acf pro
。这将下载并安装ACF Pro,这是此WordPress插件运行所需的。
测试
运行测试
在终端中运行 composer test
。
常量
贡献
贡献使开源社区成为一个如此神奇的学习、灵感和创造的地方。您所做出的任何贡献都将被 大力赞赏。
- 分支项目
- 创建您的功能分支(
git checkout -b feature/AmazingFeature
) - 提交您的更改(
git commit -m 'Add some AmazingFeature'
) - 推送到分支(
git push origin feature/AmazingFeature
) - 打开拉取请求
许可证
在 MIT许可证 下分发。