northwestern-sysdev/dynamic-forms

Dynamic Forms for Laravel
65,051 49
Install
composer require northwestern-sysdev/dynamic-forms
Latest Version:v3.0.2
PHP:^8.3
License:MIT
Last Updated:Sep 16, 2026
Links: GitHub  ·  Packagist
Maintainer: northwestern-sysdev

Dynamic Forms for Laravel PHPUnit Tests Coverage Status Latest Stable Version Total Downloads

User-defined forms are a perennial problem for developers.

Dynamic Forms for Laravel gives you an easy solution: a drag-and-drop builder, an easy way to display the forms, and back-end validation.

https://user-images.githubusercontent.com/29206313/118540354-20a85b80-b716-11eb-9140-b7760ef09a7e.mp4

How does this work?

The front-end is powered by the open source Form.io JavaScript library. This is an awesome library: the builder is user-friendly, you can adjust what's offered, and add your own custom form fields.

On the backend, it's as simple as calling $request->validateDynamicForm(). It behaves just like the validate method you're used to in Laravel.

You do not need to use the Form.io SaaS platform. Your Laravel application is filling that role.

Getting Started

composer require northwestern-sysdev/dynamic-forms
php artisan dynamic-forms:install
npm install
npm run build

Further information about usage can be found in the docs.

Contributing

If you'd like to contribute to the library, you are welcome to submit a pull request!

There is a roadmap under the projects tab, so if you're looking for ideas, those issues are a great place to start.

Related Packages

grafite/forms

A remarkably magical form package for Laravel.

7,199 37
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925