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

Comparing #9 with #10

Revision #10 was created by Kartik V Kartik V on Dec 29, 2014, 8:06:14 PM.

Correction to app

Content

[...]
- **`@webroot`:** Your application web root
- **`@tests`:** Your console tests directory


### Yii2 Advanced App
- **`@app`:** Your application root directory (either frontend or backend
or console depending on where you access it from)
- **`@vendor`:** Your vendor directory 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
[...]