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

Installs: 676

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/visualsignal/laravel-form-partials

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

This package is auto-updated.

Last update: 2025-09-29 02:07:24 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