visualsignal / laravel-form-partials
Form partials to be included with Laravel projects
Installs: 643
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2024-10-29 05:46:36 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