medianet-dev/backpack-form

add field for create form in your backpackforlaravel admin

0.1.1 2025-05-12 16:10 UTC

This package is auto-updated.

Last update: 2025-05-12 17:14:27 UTC


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

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.