Laravel - Jobs, Events & Listeners
Jobs, Events & Listeners
I am trying to wrap my head around these concepts. I understand a bit the workflow but I would love some input, as to when, which and why to use.
So here is an example: User registers and then will need to create a Stripe Subscription.
User registration: I will need to create a user (CreateUser) here and then send them an welcome email (SendWelcomeEmail)
StripeSubscription: Her
via laracasts.com