定制 squatto/grafite-formmaker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

squatto/grafite-formmaker

最新稳定版本:v2.4.1

Composer 安装命令:

composer require squatto/grafite-formmaker

包简介

A remarkably magical form and input maker tool for Laravel.

README 文档

README

IMPORTANT: this fork's entire purpose is to enable compatibility with Laravel 8.x and beyond.
OUTSIDE OF ENSURING COMPATIBILITY, NO FEATURE ADDITIONS/CHANGES OR BUG FIXES WILL BE MADE!

FormMaker - A remarkably magical form and input maker tool for Laravel.

license

The FormMaker package provides a set of tools for generating HTML forms with as little as 1 line of code. Don't want to write boring HTML, neither do we. The FormMaker will generate error containers, all fields defined by either the table or object column types, or if you prefer to have more control define a config. In the case that you want to write more than 1 line of code, FormMaker comes with the InputMaker service as well. With the InputMaker you can create any form of input, including html for Eloquent relationships.

Author(s):

Requirements

  1. PHP 7.3+
  2. OpenSSL
  3. Laravel 8.0+

Compatibility and Support

Laravel Version Package Tag Supported
8.x 1.6.x no
7.x 1.5.x no
6.x 1.4.x no
5.4.x - 5.8.x 1.3.x no
5.4.x 1.1.x no
5.3.x 1.0.x no

Installation

Start a new Laravel project:

composer create-project laravel/laravel your-project-name

Then run the following to add FormMaker

composer require squatto/grafite-formmaker

Time to publish those assets!

php artisan vendor:publish --provider="Grafite\FormMaker\FormMakerProvider"

Documentation

https://docs.grafite.ca/utilities/form_maker/

License

FormMaker is open-sourced software licensed under the MIT license

Bug Reporting and Feature Requests

Please add as many details as possible regarding submission of issues and feature requests

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 25
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-02-19