jux / jform
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/jux/jform
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2025-10-07 06:50:49 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