mzm/html-builder 问题修复 & 功能扩展

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

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

mzm/html-builder

最新稳定版本:1.0.2.1

Composer 安装命令:

composer require mzm/html-builder

包简介

A Livewire-based form builder package for Laravel.

README 文档

README

A dynamic, Livewire-based form builder for Laravel applications.

Introduction

mzm/html-builder is a Laravel package designed to simplify the creation of dynamic and interactive forms. Built on the TALL stack (Tailwind CSS, Alpine.js, Livewire, Laravel), it provides a component-based architecture that allows you to construct complex forms with ease.

The core of the package is a FormBuilder Livewire component that dynamically renders various form elements, such as text inputs, select boxes, and more. It's designed to be extensible, allowing you to create your own custom form elements.

Features

  • Dynamic Form Generation: Build forms from configuration arrays or database schemas.
  • Component-Based: Each form element is a self-contained Livewire component.
  • Extensible: Easily add your own custom form elements.
  • Tailwind CSS: Comes with pre-compiled, customizable Tailwind CSS for a modern look.
  • Livewire Powered: Enjoy real-time validation and interactive form elements without page reloads.

Requirements

  • PHP 8.2 or higher
  • Laravel 11.x or higher
  • Livewire 3 or higher

Basic Usage

  1. Installation:

    composer require mzm/html-builder
  2. Run Migrations: The package may come with database migrations to manage its data. Run the standard migrate command to update your database schema.

    php artisan migrate

Demo

  1. Run From Browser:
    Please write the url with folowing example

    👉️ https://xxx.test/html-builder

  2. Create New Form:
    Click menu Form -> Builder

  3. To list kk creatd form:
    Click menu Form -> All Forms

  4. Try submit new form:
    Click menu Form -> All Forms -> New Response (Actions Colmn)

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-10-03