Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
e5b92724
Commit
e5b92724
authored
Nov 15, 2014
by
Nobuo Kihara
Committed by
Carsten Brandt
Nov 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide/structure-extensions.md - typo fixed [ci skip]
close #6061
parent
f072e1d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
structure-extensions.md
docs/guide/structure-extensions.md
+2
-2
No files found.
docs/guide/structure-extensions.md
View file @
e5b92724
...
...
@@ -174,7 +174,7 @@ be recognized as a Yii extension when being installed.
When a user runs
`composer install`
to install an extension, the file
`vendor/yiisoft/extensions.php`
will be automatically updated to include the information about the new extension. From this file, Yii applications
can know which extensions are installed (the information can be accessed via
[
[yii\base\Application::extensions
]
].
can know which extensions are installed (the information can be accessed via
[
[yii\base\Application::extensions
]
]
)
.
#### Dependencies <a name="dependencies"></a>
...
...
@@ -245,7 +245,7 @@ name the classes in your extension by following the [PSR-4 standard](http://www.
Your class namespaces should start with
`vendorName\extensionName`
, where
`extensionName`
is similar to the project name
in the package name except that it should not contain the
`yii2-`
prefix. For example, for the
`yiisoft/yii2-imagine`
extension, we use
`yii\imagine`
as the namespace its classes.
extension, we use
`yii\imagine`
as the namespace
for
its classes.
Do not use
`yii`
,
`yii2`
or
`yiisoft`
as vendor name. These names are reserved for use by the Yii core code.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment