Upgrading to Laravel 5.5

Queuing Mass Attendee Emails

Confirming That a Job Was Dispatched

This free course uses older versions of Laravel. It is provided as-is, without ongoing updates or individual support.

In this lesson, we update our "store attendee message" implementation to actually dispatch a background job for sending the message.

Notes

Here's a link to a commit made after this lesson, where authorization and validation tests were added:

View "(add authorization and validation tests)" commit on GitHub