Sometimes you need to access a private property or method on an object that isn’t yours. Maybe you’re writing a test and need to assert some internal state. Maybe you’re building a package that needs Read more…
A handy overview of the Ray configuration options in Laravel. You can automatically send duplicate queries, slow queries, exceptions, and dump output straight to Ray without adding any ray() calls to your code. Read more
A walkthrough of building a useful Claude Code status line that shows your current repo, git branch, staged/unstaged changes, and context window usage percentage. The context percentage is the most valuable part: it helps you Read more…