drupal/console-pt-br

Drupal Console 巴西葡萄牙语

dev-master 2019-07-16 23:56 UTC

This package is auto-updated.

Last update: 2024-09-17 11:50:58 UTC


README

DrupalConsole 巴西葡萄牙语语言 / 巴西葡萄牙语

巴西葡萄牙语版本

用法

Drupal Console 项目默认安装在每个使用英语的 Drupal 8 网站上。

要安装其他语言的 Drupal Console 包,请查看 https://packagist.org.cn 上可用的包

安装 Drupal Console

要为您的 Drupal 安装安装适当的 Drupal Console 项目版本,请运行以下 composer 命令

$ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader

安装 Drupal Console 启动器

Drupal Console 启动器是为了避免主版本和次版本之间的冲突而创建的。Drupal Console 的二进制命令在机器上的每个 Drupal 8 实例中都是可用的。

要全局安装 Drupal Console 启动器,请按照以下说明操作。

$ curl https://drupalconsole.com/installer -L -o drupal.phar
# Or 
$ php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar

$mv drupal.phar /usr/local/bin/drupal
$ chmod +x /usr/local/bin/drupal

贡献

按照以下步骤为当前翻译做出贡献

注意:将您的更改推送到您的分叉存储库,以每天创建一个 PR,以避免与其他贡献者发生冲突。

英文版本

查看 https://github.com/hechoendrupal/drupal-console-en 上的说明