Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-smartform maintained by sergiovilar

Description
An easy and quick way to create forms using Twitter Bootstrap and Laravel 5
Author
Last update
2015/12/01 22:22 (dev-master)
Links
Downloads
232

Comments
comments powered by Disqus

laravel-smartform

An easy and quick way to create forms using Twitter Bootstrap and Laravel 5

Usage

{{ \SmartForm::open('/my/controller', 'POST', [
    'option_id' => ['Some label:', 'select', $options], // key/value array
    'description' => ['Description', 'textarea']
]) }}

{{ \SmartForm::close() }}