diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fa58f0..fff84aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Yii Framework Gii extension Change Log +# Yii Gii extension Change Log ## 1.0.0 under development diff --git a/README.md b/README.md index 7db7e6c2..363bf1c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + Yii

Gii Extension for Yii


@@ -77,7 +77,7 @@ yii gii/model --tableName=city --modelClass=City ## Documentation -- Guide: [English](docs/guide/en/README.md), [中国人](docs/guide/zh-CN/README.md), [日本語](docs/guide/ja/README.md), [Português - Brasil](docs/guide/pt-BR/README.md), [Русский](docs/guide/ru/README.md) +- Guide: [English](docs/guide/en/README.md), [Português - Brasil](docs/guide/pt-BR/README.md), [Русский](docs/guide/ru/README.md), [日本語](docs/guide/ja/README.md), [中国人](docs/guide/zh-CN/README.md) - [Internals](docs/internals.md) If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that. diff --git a/composer.json b/composer.json index 487761ba..d2d14aa4 100644 --- a/composer.json +++ b/composer.json @@ -10,13 +10,23 @@ ], "license": "BSD-3-Clause", "support": { + "issues": "https://github.com/yiisoft/yii-gii/issues?state=open", "source": "https://github.com/yiisoft/yii-gii", - "issues": "https://github.com/yiisoft/yii-gii/issues", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii", "chat": "https://t.me/yii3en" }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/yiisoft" + }, + { + "type": "github", + "url": "https://github.com/sponsors/yiisoft" + } + ], "minimum-stability": "dev", "prefer-stable": true, "require": { diff --git a/docs/guide/en/installation.md b/docs/guide/en/installation.md index 96e18863..f558a145 100644 --- a/docs/guide/en/installation.md +++ b/docs/guide/en/installation.md @@ -8,7 +8,7 @@ The preferred way to install this extension is through [composer](https://getcom Either run ``` -php composer.phar require --dev --prefer-dist yiisoft/yii-gii +composer require --dev yiisoft/yii-gii ``` or add diff --git a/docs/guide/ja/installation.md b/docs/guide/ja/installation.md index 70830778..7c22bbd9 100644 --- a/docs/guide/ja/installation.md +++ b/docs/guide/ja/installation.md @@ -8,7 +8,7 @@ 下記のコマンドを実行してください。 ``` -php composer.phar require --dev --prefer-dist yiisoft/yii-gii +composer require --dev yiisoft/yii-gii ``` または、あなたの `composer.json` ファイルの `require` セクションに、下記を追加してください。 diff --git a/docs/guide/pt-BR/installation.md b/docs/guide/pt-BR/installation.md index c899e748..fed4c47b 100644 --- a/docs/guide/pt-BR/installation.md +++ b/docs/guide/pt-BR/installation.md @@ -8,7 +8,7 @@ A maneira preferida para instalar essa extensão é via [composer](https://getco Então rode ``` -php composer.phar require --dev --prefer-dist yiisoft/yii2-gii +composer require --dev yiisoft/yii-gii ``` ou adicione diff --git a/docs/guide/zh-CN/installation.md b/docs/guide/zh-CN/installation.md index cd411adc..1d94aa85 100644 --- a/docs/guide/zh-CN/installation.md +++ b/docs/guide/zh-CN/installation.md @@ -8,7 +8,7 @@ 执行 ``` -php composer.phar require --dev --prefer-dist yiisoft/yii-gii +composer require --dev yiisoft/yii-gii ``` 或者在项目的 `composer.json` 中的 require-dev 部分添加如下代码