a-s-r/laravel-form-builder

This is a laravel package !!
30 1
Install
composer require a-s-r/laravel-form-builder
License:MIT
Last Updated:May 17, 2017
Links: GitHub  ·  Packagist
Maintainer: asrawat.contact

TODO

Generate Multiple Forms

Enter Form -Enter Multiple Sections --Enter Multiple Questions ---Enter Multiple Options ---And under this question others options are mentioned below like (Is comment required ?, Is comment date required ?, Is remedy required ?, Is remedy date required ?, Is image required? etc)

Right now working on following things....

Will update on some intervals or final release :-)

Installation Guide

Run on CMD

composer require a-s-r/laravel-form-builder:dev-master OR php composer.phar require a-s-r/laravel-form-builder:dev-master

Then

Add this line

Asr\FormBuilder\FormBuilderServiceProvider::class,

in config/app.php file under providers array.

Run Migrations

php artisan vendor:publish --provider="Asr\FormBuilder\FormBuilderServiceProvider" --tag="migrations"

After Publishing complete, run

php artisan migrate

Related Packages

lara-zeus/matrix-choice

Zeus Matrix Choice multiple choice grid component form for filamentPHP

35,111 27
laravilt/forms

Complete form builder system with 30+ field types, validation, and Blade/Inertia...

636 0
netojose/laravel-bootstrap-4-forms

Bootstrap 4 form builder for Laravel 5

123,612 179
tivents/livewire-form-builder

A powerful drag-and-drop form builder for Laravel 12 with Livewire 5, supporting...

33 0
ivanmercedes/laravel-forminertia

A plug-and-play form builder for Laravel’s Inertia Starter Kit — powered by Shad...

1 3