Tutorial preparation
Dear attendees,
Workshop setup is pretty light, but please prepare it in advance as we will start in quickly!
To actively participate you will need your favourite IDE/editor, browser, PHP 7.x and git installed.
Cheers,
Miro
About the tutorial
Idea behind commands is to encapsulate all of the information needed for an action: making our domain less fragile and simple.
Event pattern help us decouple code and make it easily extendable: without modifying user registration process we can easily add more features like send ‘welcome SMS’ or ‘notify support to check new user’.
You will be building a small app using commands and events and you’ll see how nice and cool it is!