jux/jform

6
Install
composer require jux/jform
PHP:>=5.4.0
Last Updated:Sep 23, 2014
Links: GitHub  ·  Packagist
Maintainer: Jux

#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

Related Packages

hungnm28/livewire-form

Reusable Blade UI components for Laravel and Livewire applications.

19 0
tomsix/laravel-components-library

A collection of pre-made Blade components for Laravel 7.x and up

3,132 60
helmut/forms

A customisable and testable form abstraction library.

19 0
sooonmitch/laraform

Laravel package that builds dynamic forms in blade and automatically generates v...

41 5
spatie/laravel-blade-javascript

A Blade directive to export variables to JavaScript

928,291 620