Create custom forms using the Components from Filament Form Builder.
This package is a dynamic form plugin for Filament Forms. It allows you to create forms with dynamic fields.
THIS IS WORK IN PROGRESS AND NOT PRODUCTION READY! THERE ARE CURRENTLY NO TESTS AND NO SECURITY MEASURES IMPLEMENTED!
For now you need the following repositories at your composer.json (this will not be needed when the package is released.)
{
"repositories": {
"jubeki/dynamic-forms-plugin-for-filament": {
"type": "vcs",
"url": "https://github.com/Jubeki/dynamic-forms-plugin-for-filament"
},
"awcodes/mason": {
"type": "vcs",
"url": "https://github.com/awcodes/mason"
}
}
}
composer require jubeki/dynamic-forms-plugin-for-filamentTo create and update forms, you need to register the plugin for a Filament Panel.
<?php
namespace App\Providers\Filament;
// ...
use Jubeki\Filament\DynamicForms\DynamicFormsPlugin;
// ...
class AdminPanelServiceProvider extends PanelProvider
{
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugins([
DynamicFormsPlugin::make(),
]);
}
}
TODO: How to embedded the form and how to handle submissions.
Please see CHANGELOG for more information on what has changed recently.
composer testPlease see CONTRIBUTING for details.
- Julius Kiekbusch (@Jubeki)
- Adam Weston (@awcodes) (Creator of the Mason Plugin for Filament)
- All Contributors
The MIT License (MIT). Please see License File for more information.
dynamic-forms-plugin-for-filament's People
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
OpenClaw
Personal AI Assistant
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.