Commit bff3868e by Andreas Allgaier

updated appd-advanced.md

added predefined path aliases of advanced yii application template
parent c501ae4f
......@@ -65,6 +65,20 @@ Root directory contains a set of files.
- `yii` - console application bootstrap.
- `yii.bat` - same for Windows.
Predefined path aliases
-----------------------
- @yii - framework directory.
- @app - base path of currently running application.
- @common - common directory.
- @frontend - frontend web application directory.
- @backend - backend web application directory.
- @console - console directory.
- @runtime - runtime directory of currently running web application.
- @vendor - Composer vendor directory.
- @web - base URL of currently running web application.
- @webroot - web root directory of currently running web application.
Applications
------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment