Find where a method was called in PHP
Methods that get called in a bunch of different places can be tricky to debug. Find out where your methods are called with debug_backtrace().
Sebastian
Shining a light on internals and updates.
Methods that get called in a bunch of different places can be tricky to debug. Find out where your methods are called with debug_backtrace().
Sebastian
Learn how to detect and resolve N+1 issues in your Laravel project by using Ray.
Tim
Ray has a few tricks up its sleeve to make debugging Livewire components very easy. Let's take a look!
Freek
Ray is a great companion when debugging a test. However, in busy integration tests it can be hard to find out which logs matter and which don’t.
Sebastian
We've added a new method that makes it easier to inspect the content of objects and arrays.
Sam
Freek
At Spatie, we keep working on Ray continuously. We’re adding small quality-of-life improvements every week. We’re happy to announce that you can now copy logged arrays and objects to your clipboard from Ray.
Tim
Database queries are often one of the main bottlenecks when it comes down to your app’s speed. Not only is it important to give your users a snappy experience of your app, slow queries can cause major problems when your app is experiencing high load. Luckily Ray makes it super easy to find out what queries you should optimize.
Tim
Next.js development comes with a unique challenge when it comes to debug logging. With different rendering options and environments, I've found myself switching between the node.js developer console and the browser console too many times.
Sam
Easeliy find your way in codepaths by printing backtraces with with ray()->trace()
Tim
One of the most valuable features of Ray is its ability to preview emails in your local environment. This feature will also help you test entire mail flows.
Freek
Using the pass function, you can easily debug return value.
Freek
We automatically register a ray() collection macro that allows you to look inside the collection at any point in a chain.
Freek
Learn how to automatically clear Ray's screen when running a test.
Freek
Understand and fix bugs faster
Ray is a desktop application that serves as the dedicated home for debugging output. Send, format and filter debug information from both local projects and remote servers.