jux/jform

There is no license information available for the latest version (dev-master) of this package.

dev-master 2014-09-23 17:03 UTC

This package is not auto-updated.

Last update: 2024-11-19 02:39:12 UTC


README

#Jform

Jform is a Facade like the form facade but with boilerplate and accessibility management

##Installation

Add the provider to your providers array in config/app.php

'Jux\Jform\JformServiceProvider'

##Usage

You can use the Jform facade like this :

Jform::text(true,'email')

The first element is a @boolean which define if it's a required field or not