mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 05:45:33 +08:00
Update Generator.php
To comply with the docs RE namespace usage: https://github.com/yiisoft/yii2/blob/master/docs/guide/extend-creating-extensions.md
This commit is contained in:
@@ -112,7 +112,7 @@ class Generator extends \yii\gii\Generator
|
|||||||
return [
|
return [
|
||||||
'vendorName' => 'This refers to the name of the publisher, your GitHub user name is usually a good choice, eg. <code>myself</code>.',
|
'vendorName' => 'This refers to the name of the publisher, your GitHub user name is usually a good choice, eg. <code>myself</code>.',
|
||||||
'packageName' => 'This is the name of the extension on packagist, eg. <code>yii2-foobar</code>.',
|
'packageName' => 'This is the name of the extension on packagist, eg. <code>yii2-foobar</code>.',
|
||||||
'namespace' => 'PSR-4, eg. <code>myself\foobar\</code> This will be added to your autoloading by composer. Do not use yii or yii2 in the namespace.',
|
'namespace' => 'PSR-4, eg. <code>myself\foobar\</code> This will be added to your autoloading by composer. Do not use yii, yii2 or yiisoft in the namespace.',
|
||||||
'keywords' => 'Comma separated keywords for this extension.',
|
'keywords' => 'Comma separated keywords for this extension.',
|
||||||
'outputPath' => 'The temporary location of the generated files.',
|
'outputPath' => 'The temporary location of the generated files.',
|
||||||
'title' => 'A more descriptive name of your application for the README file.',
|
'title' => 'A more descriptive name of your application for the README file.',
|
||||||
|
|||||||
Reference in New Issue
Block a user