2017 © Pedro Peláez
 

library lara-form

Form for Laravel

image

omnicode/lara-form

Form for Laravel

  • Friday, July 13, 2018
  • by omnicode
  • Repository
  • 0 Watchers
  • 2 Stars
  • 920 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 67 Versions
  • 75 % Grown

The README.md

Lara Form - Laravel Form Package with Form Tampering protection

LaraForm is a Laravel Form wrapper with convenient methods, that includes Form Tampering protection and prevents double form submission., (*1)

Contents

  1. Installation
  2. Quick start
  3. Security
  4. Helpers
  5. License

Installation

At composer.json of your Laravel installation, add the following require line:, (*2)

``` json { "require": { "omnicode/lara-form": "~0.0" } }, (*3)


Run `composer update` to add the package to your Laravel app. ### Laravel 5.0 At `config/app.php`, add the Service Provider and the Facade: ```php 'providers' => [ // ... 'LaraForm\ServiceProvider\LaraFormServiceProvider' ] //... 'aliases' => [ 'LaraForm' => 'LaraForm\Facades\LaraForm' ]

Laravel 5.1+

At config/app.php, add the Service Provider and the Facade:, (*4)

    'providers' => [
        LaraForm\ServiceProvider\LaraFormServiceProvider::class,
    ]

    //...

    'aliases' => [
        'LaraForm' => LaraForm\Facades\LaraForm::class,
    ]

Quick start

To create a simple form, (*5)

{!! LaraForm::create($model, ['action' => route('posts.create') ]) !!}

{!! LaraForm::input('email') !!}

{!! LaraForm::submit('Submit') !!}

{!! LaraForm::end() !!}

Security

LaraForm has form tampering protection, this ensures that, (*6)

  • Unknown fields cannot be added to the form
  • Existing fields cannot be removed from the form
  • Values of hidden inputs cannot be changed

Please note, however, that it will not prevent adding new values to select dropdown or radio buttons - this information should be validated by Laravel Validations, (*7)

It also prevents submitting the same form twice (server side implementation), (*8)

Helpers

Create Form

@TODO, (*9)

The Versions

13/07 2018

dev-dev-1.0

dev-dev-1.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

13/07 2018
04/06 2018

dev-dev-3.0

dev-dev-3.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

04/06 2018

3.0.1

3.0.1.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

02/06 2018

dev-dev-2.0

dev-dev-2.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

02/06 2018
02/06 2018
02/06 2018
26/05 2018
26/05 2018
20/05 2018
20/05 2018
26/03 2018
26/03 2018
23/03 2018
23/03 2018
19/03 2018
19/03 2018
07/03 2018
05/03 2018
26/02 2018
22/02 2018

2.0.1

2.0.1.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

22/02 2018

2.0.0

2.0.0.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

21/02 2018
20/02 2018
15/02 2018
15/02 2018
15/02 2018

dev-master

9999999-dev

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

15/02 2018

0.0.34

0.0.34.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

15/02 2018

1.0.4

1.0.4.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

15/02 2018

0.0.32

0.0.32.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

15/02 2018

1.0.7

1.0.7.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

15/02 2018

0.0.33

0.0.33.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

14/02 2018

1.0.2

1.0.2.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

13/02 2018

1.0.1-beta

1.0.1.0-beta

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

22/01 2018

1.0.0-beta

1.0.0.0-beta

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

13/10 2017

0.0.31

0.0.31.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

12/10 2017

0.0.30

0.0.30.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

12/10 2017

0.0.29

0.0.29.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

11/10 2017

0.0.28

0.0.28.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

05/10 2017

0.0.27

0.0.27.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

04/10 2017

0.0.26

0.0.26.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

04/10 2017

0.0.25

0.0.25.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

04/10 2017

0.0.24

0.0.24.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

23/09 2017

0.0.23

0.0.23.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

21/09 2017

0.0.22

0.0.22.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

19/09 2017

0.0.21

0.0.21.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

06/09 2017

0.0.20

0.0.20.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

05/09 2017

0.0.19

0.0.19.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

31/08 2017

0.0.18

0.0.18.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

30/08 2017

0.0.17

0.0.17.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

30/08 2017

0.0.15

0.0.15.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

30/08 2017

0.0.16

0.0.16.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

26/08 2017

0.0.14

0.0.14.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

25/08 2017

0.0.13

0.0.13.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

25/08 2017

0.0.12

0.0.12.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

24/08 2017

0.0.11

0.0.11.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

24/08 2017

0.0.10

0.0.10.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

24/08 2017

0.0.9

0.0.9.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

24/08 2017

0.0.8

0.0.8.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

24/08 2017

0.0.7

0.0.7.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

24/08 2017

0.0.6

0.0.6.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

19/08 2017

0.0.5

0.0.5.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

19/08 2017

0.0.4

0.0.4.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

16/08 2017

0.0.3

0.0.3.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

15/08 2017

0.0.2

0.0.2.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform

14/08 2017

0.0.1

0.0.1.0

Form for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar omnicode

laravel laraform