visualsignal / laravel-form-partials
There is no license information available for the latest version (dev-master) of this package.
Form partials to be included with Laravel projects
Package info
github.com/visualsignal/laravel-form-partials
Language:HTML
pkg:composer/visualsignal/laravel-form-partials
dev-master
2019-05-30 15:04 UTC
This package is auto-updated.
Last update: 2026-03-01 00:25:55 UTC
README
Installation
There's no setup for this package. Simply require it with composer and start using the included partials
Usage
@include('FormPartials::text', ['name' => 'field', 'label' => 'My field'])
Each field is configured by the array passed in to it, check the partials themselves for all the options
Available Field Types
- Checkbox
- Checkbox (Multiple)
- Hidden
- Select
- Select (Date)
- Text
- Textarea