LaravelPackages.net
Acme Inc.
Toggle sidebar
jux/jform

6
0
About jux/jform

jux/jform is a Laravel package. It currently has 0 GitHub stars and 6 downloads on Packagist. Install it with composer require jux/jform. Discover more Laravel packages by jux or browse all Laravel packages to compare alternatives.

Last updated

#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

Comments