Onboarding your users is one of the most important things you can do in your SaaS or application. After all, first impressions matter!
Caleb Porzio has created an onboard package for Laravel which we (at Spatie) recently took over development and maintenance on.
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