# spatie/laravel-ray - Send debug output from Laravel to Ray [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-ray.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-ray) ![Tests](https://github.com/spatie/laravel-ray/workflows/Tests/badge.svg) [![PHPStan](https://github.com/spatie/laravel-ray/actions/workflows/phpstan.yml/badge.svg)](https://github.com/spatie/laravel-ray/actions/workflows/phpstan.yml) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-ray.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-ray) This package can be installed in any Laravel application to send debug output to [Ray](https://myray.app), the desktop debugging app from [Spatie](https://spatie.be/). [](https://spatie.be/github-ad-click/laravel-ray) Ray is a desktop debugging app that keeps the instant feedback you get from console.log() and dump() but lets you use the same debugging syntax across Laravel, PHP, JavaScript and more frameworks and languages. - Send anything you want to Ray, including HTML, arrays, queries, and Markdown files. - View and interact with output your AI sends to Ray using our MCP server. - Measure performance and pause execution in PHP. - Beautifully designed themes to match your style. Download our free trial and send up to 20 messages each session. Enjoying Ray? [Buy a license](https://spatie.be/products/ray) to unlock the app and get full access. ## Documentation You can find the full documentation for using Ray with Laravel on [https://myray.app/docs/php/laravel](https://myray.app/docs/php/laravel/installation). ## Testing ``` bash composer test ``` ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Contributing Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details. ## Security Vulnerabilities Please review [our security policy](../../security/policy) on how to report security vulnerabilities. ## Credits - [Freek Van der Herten](https://github.com/freekmurze) - [All Contributors](../../contributors) ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.