Hi
I am new to Laravel and developing a shopping cart project. can some one tell me what would be the use-case in typical shopping cart project to create events and Jobs? for example I have created an event to create thumbnails of users when new user is registered. I have create UserPhoto class to do image manipulation and calling this class from event handler, it that right approach ?
Use events. Setup an event listener when the user is created and push the image manipulation process on a queue
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community