v1/web/modules/contrib/address
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
config/schema 初始化 2023-11-13 20:36:13 +08:00
css 初始化 2023-11-13 20:36:13 +08:00
migrations/state 初始化 2023-11-13 20:36:13 +08:00
src 初始化 2023-11-13 20:36:13 +08:00
templates 初始化 2023-11-13 20:36:13 +08:00
tests 初始化 2023-11-13 20:36:13 +08:00
LICENSE.txt 初始化 2023-11-13 20:36:13 +08:00
README.md 初始化 2023-11-13 20:36:13 +08:00
address.info.yml 初始化 2023-11-13 20:36:13 +08:00
address.install 初始化 2023-11-13 20:36:13 +08:00
address.libraries.yml 初始化 2023-11-13 20:36:13 +08:00
address.module 初始化 2023-11-13 20:36:13 +08:00
address.post_update.php 初始化 2023-11-13 20:36:13 +08:00
address.services.yml 初始化 2023-11-13 20:36:13 +08:00
address.tokens.inc 初始化 2023-11-13 20:36:13 +08:00
address.views.inc 初始化 2023-11-13 20:36:13 +08:00
composer.json 初始化 2023-11-13 20:36:13 +08:00
drupalci.yml 初始化 2023-11-13 20:36:13 +08:00
ludwig.json 初始化 2023-11-13 20:36:13 +08:00
phpcs.xml 初始化 2023-11-13 20:36:13 +08:00

README.md

Address

Provides functionality for storing, validating and displaying international postal addresses.

The Drupal 8 heir to the addressfield module, powered by the commerceguys/addressing library.

Installation

Since the module requires an external library, Composer or Ludwig must be used.

Composer

If your site is managed via Composer, use Composer to download the module, which will also download the required library:

composer require "drupal/address ~1.0"

~1.0 downloads the latest release, use 1.x-dev to get the -dev release instead. Use composer update drupal/address --with-dependencies to update to a new release.

Ludwig

Composer is recommended whenever possible. However, if you are not familiar with Composer yet (or you want to avoid it for other reasons) you can install and use Ludwig module to manage Address module library dependencies.

Read more at Ludwig Installation and Usage guide: https://www.drupal.org/docs/contributed-modules/ludwig/installation-and-usage