medianet-dev / backpack-form
add field for create form in your backpackforlaravel admin
0.1.0
2025-05-06 16:35 UTC
Requires
- backpack/crud: ^4.1.0|^5.0
- illuminate/support: ~7|~8
- spatie/laravel-activitylog: ^4.10
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
README
FormBuilder is a Laravel package that provides a powerful and flexible way to dynamically create, manage, and render forms within your application.
Features
- Build and configure forms dynamically
- Support for multiple field types and validation rules
- Store form definitions and submissions
- Easy rendering in Blade views
- JSON-based form schema support
- Multilingual field support
- API-ready form submission
Requirements
- PHP 7.4+
- Laravel 8.0+
Installation
You can install the package via Composer:
composer require medianet-dev/formbuilder
After installation , run this command:
php artisan backpack-form:installation php artisan migrate
After that you configure those variables in .env file with your paths :
FORMBUILDER_CSS_URL= FORMBUILDER_JS_URL=
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.