You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That means you can create a command and a command handler which is the service that handles the command.
That a simple package that follows some conventions in order to map the command with its handler.
These are the 2 points where the command is dispatched:
Be aware that this is an old project I have not had time to maintain. I was importing appliances data from a site that does not exist anymore: https://www.appliancesdelivered.ie/ I should change the crawler part to get data from another web.
I did another example using SYmphony: https://github.com/josecelano/ddd-symfony-sample but it's also very old although the principles still apply. But they have a lot of deprecated packages and I haven't tested them for a long time.
I took a close look at the code. And I did not find the place where this section of the code is called. Where does the call take place?
The text was updated successfully, but these errors were encountered: