Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

sergiopvilar/laravel-smartform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages