# 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. [![Latest Stable Version](https://poser.pugx.org/yiisoft/yii-debug-frontend/v/stable.png)](https://packagist.org/packages/yiisoft/yii-debug-frontend) [![Total Downloads](https://poser.pugx.org/yiisoft/yii-debug-frontend/downloads.png)](https://packagist.org/packages/yiisoft/yii-debug-frontend) [![Build status](https://github.com/yiisoft/yii-debug-frontend/workflows/build/badge.svg)](https://github.com/yiisoft/yii-debug-frontend/actions) [![Lint status](https://github.com/yiisoft/yii-debug-frontend/workflows/lint/badge.svg)](https://github.com/yiisoft/yii-debug-frontend/actions) [![Codecov](https://codecov.io/gh/yiisoft/yii-debug-frontend/branch/master/graph/badge.svg?token=QJZKQSZ4UN)](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.