https://sebastiandedeyne.com/php-wishlist-pipe-operator/ https://sebastiandedeyne.com/tags/php/ https://sebastiandedeyne.com/tags/php-wishlist/https://sebastiandedeyne.com/php-wishlist-pipe-operator/Is it weird to have a favorite operator? Well, the pipe operator |> is mine.
) ->take(5) ->toArray(); With the pipe operator, User:all() could return an array and work with a set of array functions.