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

Maintainers

Package info

github.com/sergiopvilar/laravel-smartform

pkg:composer/sergiovilar/laravel-smartform

Statistics

Installs: 232

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

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