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)
Downloads
232
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() }}