in your Welcome controller it should be...
use App\Events\PodcastWasPurchased;
Also, in the EventServiceProvider
you should be referencing the Fully Qualified Class Name as those are strings.
'App\Events\PodcastWasPurchased'
or PodcastWasPurchased::class
etc .
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community