2017 © Pedro PelĂĄez
 

yii2-module yii2-address-form

yii2-widget address-form

image

tonisormisson/yii2-address-form

yii2-widget address-form

  • Thursday, June 21, 2018
  • by TonisOrmisson
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Yii2 Address-form module

Scrutinizer Code Quality Build Status Code Coverage, (*1)

A module doing address-form fields with dependent pre-set country-region drop-downs. Countries & regions powered by:, (*2)

powered by rinvex/countries

250 countries & regions worldwide available, (*3)

Example

add module config

the module part will take care of dep-drop ajax queries, (*4)


'modules' => [ //... 'addressform' =>[ 'class' => \tonisormisson\addressform\Module::class, ], //... ]

place the widet

use tonisormisson\addressform\AddressForm; 

echo AddressForm::widget([
    'allowedCountries' => ["EE", "LV", "LT"],
    'defaultCountry' => "EE",
    'placeHolders' = [
        // custom placeholders here if needed
        'country' => ,
        'state' => ,
        'city' => ,
        'postCode' => ,
        'addressLine1' => ,
        'addressLine2' => ,
    ],

]);

and catch the address in controller

use tonisormisson\addressform\models\Address;
$address = new Address();
$address->load(Yii::$app->request->post());

// load the address to your models
// eg :
$model->address_data = Json::encode($address);

The Versions

21/06 2018

dev-master

9999999-dev

yii2-widget address-form

  Sources   Download

MIT

The Requires

 

yii2 module country region address-form

21/06 2018

1.1.0

1.1.0.0

yii2-widget address-form

  Sources   Download

MIT

The Requires

 

yii2 module country region address-form

14/06 2018

1.0.5

1.0.5.0

yii2-widget address-form

  Sources   Download

MIT

The Requires

 

yii2 module country region address-form

05/06 2018

1.0.4

1.0.4.0

yii2-widget address-form

  Sources   Download

MIT

The Requires

 

yii2 module country region address-form

04/06 2018

1.0.3

1.0.3.0

yii2-widget address-form

  Sources   Download

MIT

The Requires

 

yii2 module country region address-form

26/05 2018

1.0.1

1.0.1.0

yii2-widget address-form

  Sources   Download

MIT

The Requires

 

yii2 module country region address-form

25/05 2018

1.0.0

1.0.0.0

yii2-widget address-form

  Sources   Download

MIT

The Requires

 

yii2 module country region address-form