tobytwigger / form-schema-generator
PHP 的 JSON schema 生成器,适用于 vue-form-generator
v3.0.2
2024-01-29 10:48 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
Requires (Dev)
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-08-29 12:03:42 UTC
README
一个用于处理表单模式的库。主要围绕 portal-ui-kit 包设计,使用流畅的 PHP API 轻松创建模式。
安装
您可以通过 composer 安装模式生成器
composer install tobytwigger/form-schema-generator
文档
您可以在 https://tobytwigger.github.io/form-schema-generator/ 上查看完整文档。
本地编译文档
-gem install bundle
bundle install
bundle exec jekyll serve
用于本地运行bundle exec jekyll build
用于构建
贡献
非常欢迎拉取请求。对于重大更改,请先提出一个问题以讨论您想要进行的更改。
请确保适当地更新测试。