Download the PHP package chanthoeun/filament-custom-forms without Composer
On this page you can find all versions of the php package chanthoeun/filament-custom-forms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chanthoeun/filament-custom-forms
More information about chanthoeun/filament-custom-forms
Files in chanthoeun/filament-custom-forms
Package filament-custom-forms
Short Description A FilamentPHP plugin to manage and submit custom forms.
License MIT
Homepage https://github.com/chanthoeun/filament-custom-forms
Informations about the package filament-custom-forms
Filament Custom Forms
A powerful and simplified FilamentPHP plugin to manage and submit dynamic custom forms. Refactored for speed and ease of use in standalone environments.
Features
- Dynamic form builder with extensive custom fields (Text, Select, Checkbox, Radio, Date, Time, File Upload, etc.).
- Secure password fields with automatic hashing and confirm password validation.
- Submission management with a clean interface.
- Support for Filament v4 and v5.
- Easy integration as a standalone package.
Installation
1. Requirements
- PHP 8.2+
- Filament v4.0 or v5.0
2. Install via Composer
3. Publish Assets
4. Run Migrations
5. Register the Plugin
Add the plugin to your Filament Panel provider:
Updates
To update the package to the latest version, run:
If the update includes new migrations or changes to published assets, you may need to re-publish or run:
Versioning
This project follows Semantic Versioning. We use Git tags to manage releases.
To release a new version:
- Update
CHANGELOG.md. - Commit your changes.
- Tag the release:
git tag v1.0.1. - Push the tag:
git push origin v1.0.1.
Usage
- Form Creation: Navigate to the Custom Forms resource to create dynamic forms using the builder.
- Data Collection: Users can submit entries through the generated forms.
- Entry Management: View and export entries in the Custom Form Entries resource.
- Data Exporting: Export the data grid to JSON, heavily formatted Excel files, or instantly as beautifully formatted PDF tables.
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-custom-forms with dependencies
filament/filament Version ^4.0|^5.0
filament/schemas Version ^4.0|^5.0
lara-zeus/spatie-translatable Version ^1.0|^2.0
chanthoeun/filament-document-builder Version ^1.1
maatwebsite/excel Version ^3.1