It's useful to view a log of any mail that is sent while in development mode, but let's switch over to using Mailtrap. This will allow us to simulate a real-life email inbox, which will be especially useful once we begin sending HTML email.
app/Models
directory. This means an App\Post
namespace should now be App\Models\Post
.