mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-11 19:20:01 +08:00
Merge branch 'origin/master'
This commit is contained in:
@@ -74,16 +74,20 @@ Root directory contains a set of files.
|
|||||||
Predefined path aliases
|
Predefined path aliases
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
- @yii - framework directory.
|
- `@yii` - framework directory.
|
||||||
- @app - base path of currently running application.
|
- `@app` - base path of currently running application.
|
||||||
- @common - common directory.
|
- `@common` - common directory.
|
||||||
- @frontend - frontend web application directory.
|
- `@frontend` - frontend web application directory.
|
||||||
- @backend - backend web application directory.
|
- `@backend` - backend web application directory.
|
||||||
- @console - console directory.
|
- `@console` - console directory.
|
||||||
- @runtime - runtime directory of currently running web application.
|
- `@runtime` - runtime directory of currently running web application.
|
||||||
- @vendor - Composer vendor directory.
|
- `@vendor` - Composer vendor directory.
|
||||||
- @web - base URL of currently running web application.
|
- `@web` - base URL of currently running web application.
|
||||||
- @webroot - web root directory of currently running web application.
|
- `@webroot` - web root directory of currently running web application.
|
||||||
|
|
||||||
|
The aliases specific to the directory structure of the advanced application
|
||||||
|
(`@common`, `@frontend`, `@backend`, and `@console`) are defined in `common/config/aliases.php`.
|
||||||
|
|
||||||
|
|
||||||
Applications
|
Applications
|
||||||
------------
|
------------
|
||||||
|
|||||||
Reference in New Issue
Block a user