2017 © Pedro Peláez
 

package bs4-form

Laravel Collective 5 based Twitter Bootstrap 4 Form service.

image

natabio/bs4-form

Laravel Collective 5 based Twitter Bootstrap 4 Form service.

  • Tuesday, July 17, 2018
  • by adriannatabio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 67 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 10 Versions
  • 52 % Grown

The README.md

CORE-SYSTEM BOOTSTRAP FORM (Upgraded)

Packagist GitHub release, (*1)

This is a standalone part of core-system application for Laravel 5 Framework., (*2)

CORE-SYSTEM is Laravel 5 based application, (*3)

CORE-SYSTEM Bootstrap Form contains laravel-collective/html extension for simple Twitter Bootstrap 3 form generation and and request validation error handling., (*4)

Summary

Licence

GPL-3.0+, (*5)

Requirements and dependencies

This package uses composer to installing dependencies, (*6)

Composer

  • "php": ">=5.5.9",
  • "laravel/framework": "~5.5.0|~5.6.0",
  • "laravelcollective/html": "^5.5.0"

Installation

Run command line and go to your project folder and paste this command, (*7)

    $ composer require natabio/bs4-form

Form methods

create <form> field, (*8)

{!! Form::open(['url' => mixed $route = null, string 'method' => 'POST|PATCH|DELETE|GET', (optional) bool 'files' => true]) !!}

create <form> field with model, (*9)

{!! Form::model(mixed $model = null, ['url' => mixed $route = null, string 'method' => 'POST|PATCH|DELETE|GET', (optional) bool 'files' => true]) !!}

create </form> tag, (*10)

{!! Form::close()) !!}

create <input> field, (*11)

{!! Form::inputGroup(string $type = 'text', string $lable = null, string $name = null, mixed $value = null, array $options = []) !!}

create <select> field, (*12)

{!! Form::selectGroup(string $lable = null, string $name = null, array $options = [], mixed $selected = null, array $options = []) !!}

create <input type="checkbox"> field, (*13)

{!! Form::inlineCheckbox(string $name, mixed $value = 1, mixed $label = null, bool $checked = null, array $options = []) !!}

create <input type="radio"> field, (*14)

Form::inlineRadio(string $name, mixed $value = 1, mixed $label = null, bool $checked = null, array $options = [])

The Versions

17/07 2018

v2.x-dev

2.9999999.9999999.9999999-dev

Laravel Collective 5 based Twitter Bootstrap 4 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Adrian Natabio

17/07 2018

v2.0.1

2.0.1.0

Laravel Collective 5 based Twitter Bootstrap 4 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Adrian Natabio

16/03 2018

dev-master

9999999-dev

Laravel Collective 5 based Twitter Bootstrap 4 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Adrian Natabio

16/03 2018

2.0.0

2.0.0.0

Laravel Collective 5 based Twitter Bootstrap 4 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Adrian Natabio

12/12 2017

v1.1.1

1.1.1.0

Laravel Collective 5 based Twitter Bootstrap 3 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Martin Hrášek

27/06 2017

v1.1.0

1.1.0.0

Laravel Collective 5 based Twitter Bootstrap 3 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Martin Hrášek

31/01 2017

v1.0.3

1.0.3.0

Laravel Collective 5 based Twitter Bootstrap 3 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Martin Hrášek

30/10 2016

v1.0.2

1.0.2.0

Laravel Collective 5 based Twitter Bootstrap 3 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Martin Hrášek

06/10 2016

v1.0.1

1.0.1.0

Laravel Collective 5 based Twitter Bootstrap 3 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Martin Hrášek

06/06 2016

v1.0.0

1.0.0.0

Laravel Collective 5 based Twitter Bootstrap 3 Form service.

  Sources   Download

GPL-3.0+

The Requires

 

by Martin Hrášek