Events offer a way for one part of your application to make an announcement that ripples through the entire system. In this episode, we'll not only review the essentials, but we'll also discuss the pros and cons to this particular approach to structuring an application.
app/Models
directory. This means an App\Post
namespace should now be App\Models\Post
.