Difference between #7 and #9 of
Yii 2 list of path aliases available with default basic and advanced app.

Revision #9 has been created by Kartik V on Dec 29, 2014, 8:05:40 PM with the memo:

Correction to app
« previous (#7) next (#10) »

Changes

Title unchanged

Yii 2 list of path aliases available with default basic and advanced app.

Category unchanged

Tips

Yii version unchanged

Tags unchanged

yii2, basic, advanced, app, template, alias, namespace, path

Content changed

[...]
Path Aliases List
-----------------

### Yii2 Basic App
- **`@app`:** Your application root directory
- **`@vendor`:** Your vendor directory
under **`@app`**on your root app install directory
- **`@runtime`:** Your application files runtime/cache storage folder
- **`@web`:** Your application base url path
[...]
### Yii2 Advanced App
- **`@app`:** Your application root directory
 (either frontend or backend depending on where you access it from) - **`@vendor`:** Your vendor directory under **`@app`**on your root app install directory - **`@runtime`:** Your application files runtime/cache storage folder - **`@web`:** Your application base url path - **`@webroot`:** Your application web root - **`@tests`:** Your console tests directory - **`@common`:** Alias for your common root folder under **`@app`**on your root app install directory - **`@frontend`:** Alias for your frontend root folder under **`@app`**on your root app install directory - **`@backend`:** Alias for your backend root folder under **`@app`**on your root app install directory - **`@console`:** Alias for your console root folder under **`@app`**on your root app install directory
14 4
46 followers
Viewed: 180 796 times
Version: 2.0
Category: Tips
Written by: Kartik V
Last updated by: Kartik V
Created on: May 6, 2014
Last updated: 9 years ago
Update Article

Revisions

View all history