dcodegroup/form-builder
最新稳定版本:4.0.1
Composer 安装命令:
composer require dcodegroup/form-builder
包简介
Simple package which dcode uses to manage form builder
README 文档
README
This package provides the standard scaffolding of form builder functionality used in most projects.
Installation
PHP
You can install the package via composer:
| Version / Branch | Laravel Support | Install Command |
|---|---|---|
| 1.x | <= v10 | composer require dcodegroup/form-builder:^1.0 |
| 2.x | >= v11 | composer require dcodegroup/form-builder:^2.0 |
| 3.x | >= v11 | composer require dcodegroup/form-builder:^3.0 |
Then run the installation command.
php artisan form-builder:install
This will publish the configuration file and the migration file.
Run the migrations
php artisan migrate
Traits for form validation
Located in
src\Http\Traits\FormValidator.php
Development
To build the assets, run this command
npm run prod
Example
Check example folder to see how to use the package.
/example
统计信息
- 总下载量: 16.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-12