I am totally new in shopify app dev, and i try to make my first own app, where i listen for new order and add some tag for order, very simple. Any one could help me with guid what and how should I do?
I know i need to register a webhook and then handle it. But with this Laravel structure i cant understand where should:
-
Put code for subscribe to event
-
Put the handle for that event
I see there is already some rout for webhooks with validation, and I also see that there is already some topics hardcoded names, so it should automatically point webhook to some class and method but i cant find any documentation, any course for that. I know there is another repo for Shopify Laravel by @gnikyt → here and it has nice docs and examples, but shopify CLI install some other Laravel version of project without any doc and examples.