northwestern-sysdev/dynamic-forms 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

northwestern-sysdev/dynamic-forms

最新稳定版本:v2.0.0

Composer 安装命令:

composer require northwestern-sysdev/dynamic-forms

包简介

Dynamic Forms for Laravel

README 文档

README

User-defined forms are a perennial problem for developers.

Dynamic Forms for Laravel gives you an easy solution: a drag-and-drop builder, an easy way to display the forms, and back-end validation.

builder_demo.mp4

How does this work?

The front-end is powered by the open source Form.io JavaScript library. This is an awesome library: the builder is user-friendly, you can adjust what's offered, and add your own custom form fields.

On the backend, it's as simple as calling $request->validateDynamicForm(). It behaves just like the validate method you're used to in Laravel.

You do not need to use the Form.io SaaS platform. Your Laravel application is filling that role.

Getting Started

composer require northwestern-sysdev/dynamic-forms
php artisan dynamic-forms:install
npm install
npm run build

Further information about usage can be found in the docs.

Contributing

If you'd like to contribute to the library, you are welcome to submit a pull request!

There is a roadmap under the projects tab, so if you're looking for ideas, those issues are a great place to start.

统计信息

  • 总下载量: 48.66k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 47
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 47
  • Watchers: 8
  • Forks: 24
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-05-04