When working in a big repository, you sometimes lose track of your required Composer packages. There may be so many packages you can’t be sure if they are actually used or not. This tool can help to determine if you really are using a package.
PHP
Quick tips: Sending Laravel output to Ray automatically
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