https://github.com/oblakstudio/ddev-xhgui-pro
XHGui addon for DDEV - batteries included.
https://github.com/oblakstudio/ddev-xhgui-pro
ddev ddev-get xhgui
Last synced: 11 months ago
JSON representation
XHGui addon for DDEV - batteries included.
- Host: GitHub
- URL: https://github.com/oblakstudio/ddev-xhgui-pro
- Owner: oblakstudio
- License: mit
- Created: 2024-03-22T17:12:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T10:26:31.000Z (over 1 year ago)
- Last Synced: 2024-11-11T11:30:23.271Z (over 1 year ago)
- Topics: ddev, ddev-get, xhgui
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddev-xhgui-pro - use XHGui with DDEV

[](https://github.com/semantic-release/semantic-release)

This repository provides the XHGui service to [DDEV](https://ddev.readthedocs.io).
**Batteries included!** - automagically configures itself based on your project settings..
## Installation
For DDEV v1.23.5 or above run
```bash
ddev add-on get oblakdev/ddev-xhgui-pro
```
For earlier versions of DDEV run
```bash
ddev get oblakdev/ddev-xhgui-pro
```
Then restart your project
```bash
ddev restart
```
## Configuration
There isn't one. Addon does everything for you.
It automatically enables itself when you turn on xhprof in your project, and disables itself when you turn it off.
## Usage
```bash
ddev xhprof on
```
Visit `https://your-project.ddev.site/xhgui` to see the XHGui dashboard.
___
**Based on the original [ddev-contrib recipe](https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/mongodb)**
**Developed and maintained by [Oblak Studio](https://github.com/oblakstudio)**