Skip to content

Commit eecd6b0

Browse files
committed
1.0.0版本初始化
1 parent 621f31e commit eecd6b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4599
-2
lines changed

README.md

+540-2
Large diffs are not rendered by default.

composer.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "xaboy/form-builder",
3+
"description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
4+
"license": "MIT",
5+
"keyword": ["form","form-create","form-init","dynamic-form"],
6+
"homepage": "https://github.com/xaboy/form-builder",
7+
"authors": [
8+
{
9+
"name": "xaboy",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"autoload": {
14+
"psr-4": {
15+
"FormBuilder\\": "./src/"
16+
}
17+
},
18+
"support": {
19+
"issues": "https://github.com/xaboy/form-builder/issues",
20+
"source": "https://github.com/xaboy/form-builder"
21+
},
22+
"require": {
23+
"php": ">=5.4.0"
24+
},
25+
"minimum-stability": "stable",
26+
"branch-alias": {
27+
"dev-master": "1.0.x-dev"
28+
}
29+
}

demo.jpg

31.8 KB
Loading

images/components.png

116 KB
Loading

images/demo02.jpg

56.9 KB
Loading

images/demo03.jpg

68.7 KB
Loading

images/demo04.jpg

38.6 KB
Loading

0 commit comments

Comments
 (0)