Yii debug frontend
This extension is a frontend for Yii Debug API extension.
Installation
You'll need NodeJs version 12+.
- Clone this repository.
- Run
npm install
in project root directory. - 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. - Run
ng serve --open
to start your application. - Configure CORS Middleware for the Yii debug API, to allow access from different domain name.