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
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
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-13