Comparing
#9 with
#10
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[...]