2017 © Pedro Peláez
 

library formbuilder

HTML and Form Builder for the Laravel Framework

image

black-bits/formbuilder

HTML and Form Builder for the Laravel Framework

  • Wednesday, January 24, 2018
  • by aprzywara
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Formbuilder

Latest Version on Packagist Software License Build Status Total Downloads, (*1)

HTML and Form Builder for the Laravel Framework, (*2)

How to use



{{ Formbuilder::title('Edit User', 'h2') }} {{ Formbuilder::open(route('form1.post'), 'post') }} {{ csrf_field() }} {{ Formbuilder::text( "full_name", old('full_name', $user->get('full_name')), "Full Name", "Max Mustermann") }} {{ Formbuilder::text( "username", old('username', $user->get('username')), "Username", "mmustermann") }} {{ Formbuilder::email( "email", old('email', $user->get('email')), "Email", "max@mustermann.de") }} {{ Formbuilder::password( "password", '', "Password", "your-secret-password") }} {{ Formbuilder::password( "password_repeat", '', "Password Repeat", "your-secret-password") }} {{ Formbuilder::buttons( route('home')) }} {{ Formbuilder::close() }}

The Versions

24/01 2018

dev-master

9999999-dev https://github.com/black-bits/formbuilder

HTML and Form Builder for the Laravel Framework

  Sources   Download

MIT

The Requires

 

24/01 2018

0.0.2

0.0.2.0 https://github.com/black-bits/formbuilder

HTML and Form Builder for the Laravel Framework

  Sources   Download

MIT

The Requires

 

20/09 2017

0.0.1

0.0.1.0 https://github.com/black-bits/formbuilder

HTML and Form Builder for the Laravel Framework

  Sources   Download

MIT

The Requires