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
[...]
- **`@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[...]