Intricacies of Sending an Invoice Description
Consider a basic action like adding an invoice to an email and mailing it to a specific user. It’s a very frequent activity, but there are many, many stages required. How should the invoice look? How can you save it as a PDF programmatically? How do you include it in an email? How could you ensure that the notice was issued correctly?
Come along if you’re interested in dealing with this task for the Laracasts codebase. Here’s what you will learn in this course:
- How to Convert HTML to PDF
- Send a Notification and Attach a PDF
- Free Logic From the Controller
- Refactoring Considerations
- Notification Tests and Fakes