We’re proud to release v3 of laravel-site-search, a package that crawls and indexes your entire site. Think of it as your own private Google. Point it at a URL, let it crawl every page, and Read more…
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