spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
572 stars 101 forks source link

Add details about returning the closure return value #834

Closed grantholle closed 1 year ago

grantholle commented 1 year ago

This adds some details and examples for laravel-ray #314. That PR allows some logging functions to return user-defined values for closures rather than an instance of Ray.

freekmurze commented 1 year ago

Thank you!