2017 © Pedro Peláez
 

library translatablebootforms

Form model binding for translated fields, use BootForms and Translatable.

image

typicms/translatablebootforms

Form model binding for translated fields, use BootForms and Translatable.

  • Thursday, January 21, 2016
  • by sdebacker@gmail.com
  • Repository
  • 2 Watchers
  • 7 Stars
  • 2,529 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

TranslatableBootForms

Instead of this package, next version of TypiCMS will probably use Laravel-Translatable-Bootforms, (*1)

TranslatableBootForms is a Laravel package built on top of BootForms and Laravel Translatable, it enables form model binding on translated fields., (*2)

Installing with Composer

You can install this package via Composer with this command:, (*3)

composer require typicms/translatablebootforms

Installation in Laravel

Modify the providers array in config/app.php to include the service provider:, (*4)

'providers' => [
    //…
    TypiCMS\TranslatableBootForms\TranslatableBootFormsServiceProvider::class,
],

Run composer update, (*5)

Add the BootForm and Translatable facades to the aliases array in `config/app.php:, (*6)

'aliases' => [
    //…
    'BootForm' => AdamWathan\BootForms\Facades\BootForm::class,
    'Translatable' => Dimsav\Translatable\Translatable::class,
],

You can now start using BootForms by calling methods directly on the BootForm facade:, (*7)

BootForm::text('title', 'en[title]')

Documentation

BootForms
https://github.com/adamwathan/bootforms
Laravel-Translatable
https://github.com/dimsav/laravel-translatable, (*8)

The Versions

21/01 2016

dev-master

9999999-dev

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

25/12 2015

v2.3.0

2.3.0.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

18/10 2015

v2.2.0

2.2.0.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

06/10 2015

v2.1.2

2.1.2.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

26/05 2015

v2.1.1

2.1.1.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

13/05 2015

v2.1.0

2.1.0.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

28/04 2015

v2.0.3

2.0.3.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

13/02 2015

v2.0.2

2.0.2.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

06/02 2015

v2.0.1

2.0.1.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

06/02 2015

v2.0.0

2.0.0.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

23/12 2014

v1.1.0

1.1.0.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform

20/11 2014

v1.0.0

1.0.0.0

Form model binding for translated fields, use BootForms and Translatable.

  Sources   Download

MIT

The Requires

 

laravel translatable formbuilder typicms bootform