Libraries tagged by laravel-forms
npmweb/laravel-forms
1870 Downloads
Extends Laravel's FormBuilder to lay out form elements for Bootstrap or Foundation
mydnic/laravel-form-blade-components
883 Downloads
Collection of Blade Components for Forms
keogblem/laravel-form-tools
4 Downloads
This package helps generate HTML Forms from JSON
febalist/laravel-form
774 Downloads
chess/laravel-form-maker
17 Downloads
Modular api for user generated forms in Laravel
zk/laravel-formbuilder
65 Downloads
A powerful and flexible form-building solution for Laravel, featuring Blade components, lazy loading, and a custom JavaScript library for client-side enhancements.
tutortonym/laravel-quick-forms
8 Downloads
Laravel Quick Forms allows you to quickly and easily Integrate a subscribe or a contact us form (or both) to your Laravel application with simple Blade components without having to create everything (models, migrations, controllers, validation, views, routes, etc...) from scratch with the option to protect them with Google reCAPTCHA v2.
tutortonym/laravel-blade-directives
19 Downloads
Laravel blade directives to create forms with ease.
santhoshkorukonda/artificer
5 Downloads
Build dynamic HTML forms with Artificer using JSON.
mauro-pinheiro/forms
22 Downloads
A remarkably magical form package for Laravel.
h0akd/bootstrapform
28 Downloads
Twiter bootstrap 3
andreaspabst/lumen-request-validation
264 Downloads
Adds the Laravel ability to separate validations from the controller
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
wessama/laravel-pretty-validation-messages
3 Downloads
Simple trait to dynamically set up validation messages for Laravel form requests
webregul/lumen-form-request
898 Downloads
Adopt the Laravel Form Request to Lumen framework.