Laravel 5: Creating Combinations of Elements With crossJoin
…tion crossJoin ( 2 ... $ arrays 3 ) ; If you are unfamiliar with the ...$arrays syntax, this is PHP's variable-length argument syntax. It allows developers to accept any number of arguments; these will be passed to the inner function via the...