| Package Data | |
|---|---|
| Maintainer Username: | Jux | 
| Maintainer Contact: | roland.julien.perso@gmail.com (Jux) | 
| Package Create Date: | 2014-09-08 | 
| Package Last Update: | 2014-09-23 | 
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-10-29 15:00:22 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 6 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 0 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
#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