debugging-output-and-previewing-html-using-ray
Originally fromcoollabsio/coolify
Installation
SKILL.md
Ray Skill
Overview
Ray is Spatie's desktop debugging application for developers. Send data directly to Ray by making HTTP requests to its local server.
This can be useful for debugging applications, or to preview design, logos, or other visual content.
This is what the ray() PHP function does under the hood.
Connection Details
| Setting | Default | Environment Variable |
|---|---|---|
| Host | localhost |
RAY_HOST |
| Port | 23517 |
RAY_PORT |
| URL | http://localhost:23517/ |
- |
Request Format
Related skills