sergiovilar/laravel-smartform

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v0.1.1) of this package.

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

Installs: 232

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/sergiovilar/laravel-smartform

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

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