2017 © Pedro Peláez
 

library translatablebootforms

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

image

webfactorybulgaria/translatablebootforms

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

  • Tuesday, January 5, 2016
  • by webfactorybulgaria
  • Repository
  • 1 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

TranslatableBootForms

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

Installing with Composer

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

composer require typicms/translatablebootforms

Installation in Laravel

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

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

Run composer update, (*4)

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

'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:, (*6)

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

Documentation

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

The Versions

05/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

05/01 2016

v4.0.1

4.0.1.0

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

11/12 2015

v4.0.0

4.0.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