Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

yiisoft/yii-debug-frontend

Yii debug frontend


This extension is a frontend for Yii Debug API extension.

Latest Stable Version Total Downloads Build status Lint status Codecov

Installation

You'll need NodeJs 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.