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

Comparing #7 with #9

Revision #9 was created by Kartik V Kartik V on Dec 29, 2014, 8:05:40 PM.

Correction to app

Content

[...]
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