I'm building an analytics dashboard for a large laravel app that contains many complex queries. Often I want to chain queries together, as otherwise I'm duplicating code all over the place, to write something like this:I'm building an analytics dashboard for a large