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

dev-master 2019-05-30 15:04 UTC

This package is auto-updated.

Last update: 2024-04-29 04:03:00 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