# yii-debug-frontend
**Repository Path**: mirrors_yiisoft/yii-debug-frontend
## Basic Information
- **Project Name**: yii-debug-frontend
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-19
- **Last Updated**: 2026-02-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Yii debug frontend
This extension is a frontend for [Yii Debug API](https://github.com/yiisoft/yii-debug-api) extension.
[](https://packagist.org/packages/yiisoft/yii-debug-frontend)
[](https://packagist.org/packages/yiisoft/yii-debug-frontend)
[](https://github.com/yiisoft/yii-debug-frontend/actions)
[](https://github.com/yiisoft/yii-debug-frontend/actions)
[](https://codecov.io/gh/yiisoft/yii-debug-frontend)
## Installation
You'll need [NodeJs](https://nodejs.org/en/) version 12+.
1. Clone this repository.
2. Run `yarn install` in project root directory.
3. Edit your `environments.ts` file to configure the URL, where Yii debug API is located, i.e. :
`apiUrl: 'http://yiidemo.test'`. Please notice, that you should only set the base URL of your Yii3 app.
4. Run `ng serve --open` to start your application.
5. Configure CORS Middleware for the Yii debug API, to allow access from different domain name.