2017 © Pedro Peláez
 

library form

Form for Laravel 5

image

webmachine/form

Form for Laravel 5

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

The README.md

Form for Laravel 5

Install

Via Composer, (*1)

``` bash $ composer require webmachine/form, (*2)


Next, you must install the service provider and facade alias: ```php // config/app.php 'providers' => [ ... Webmachine\Form\FormServiceProvider::class, ]; ... 'aliases' => [ ... 'Form' => Webmachine\Form\FormFacade::class, ];

Publish, (*3)

``` bash $ php artisan vendor:publish --provider="Webmachine\Form\FormServiceProvider", (*4)


## Usage In your views ``` blade {!! Form::text('mytext', ['class' => 'myclass']) !!}

License

The MIT License (MIT). Please see License File for more information., (*5)

The Versions

03/01 2018

dev-master

9999999-dev

Form for Laravel 5

  Sources   Download

MIT

The Requires

 

by Avatar webmachine

laravel form input