David Carrdcblogdev.hashnode.dev·Aug 29, 2018Laravel send multiple attachments to MailablesRather than returning the direct mail call in the build method of a mailable you can assign it to a variable then add multiple attach calls before returning. Here’s an example: public function build() { //setup the mail $mail = $this->subj...72 readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.