定制 softbread/filament-form-builder 二次开发

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

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

softbread/filament-form-builder

Composer 安装命令:

composer require softbread/filament-form-builder

包简介

Manage your forms using database and drop/drag component to build the form with Livewire component support for FilamentPHP

README 文档

README

FORKED from TomatoPHP as the package is missing in Composer

Latest Stable Version License Downloads

Manage your forms using database and drop/drag component to build the form with Livewire component support for FilamentPHP

Installation

composer require softbread/filament-form-builder

after install your package please run this command

php artisan filament-form-builder:install

finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentFormBuilder\FilamentFormBuilderPlugin::make())

Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="filament-form-builder-config"

you can publish views file by use this command

php artisan vendor:publish --tag="filament-form-builder-views"

you can publish languages file by use this command

php artisan vendor:publish --tag="filament-form-builder-lang"

you can publish migrations file by use this command

php artisan vendor:publish --tag="filament-form-builder-migrations"

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-13