Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 299 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 299 Bytes

FormHelper

Object-oriented way to create forms in Laravel.

Installation

Composer

"require": {
    "wesleyalmeida/form-builder": "dev-master"
},
"repositories": [
    { "type": "vcs", "url": "git@github.com:wesleyalmeida/form-builder.git" }
],