sergiovilar/laravel-smartform

此包已被弃用,不再维护。没有建议的替代包。
关于此包最新版本(v0.1.1)没有可用的许可证信息。

使用Twitter Bootstrap和Laravel 5轻松快速创建表单的方法

v0.1.1 2015-12-01 21:22 UTC

This package is not auto-updated.

Last update: 2022-08-06 05:43:35 UTC


README

使用Twitter Bootstrap和Laravel 5轻松快速创建表单的方法

用法

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

{{ \SmartForm::close() }}