Where i can find documentation for Shopify CLI Laravel project?

Solved

Where i can find documentation for Shopify CLI Laravel project?

Dixor
Shopify Partner
32 3 13

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.

Accepted Solution (1)

Dixor
Shopify Partner
32 3 13

This is an accepted solution.

Find the only one doc for webhooks here. But the doc not up tp date... Seems they forgot to update it when updated code.

View solution in original post

Reply 1 (1)

Dixor
Shopify Partner
32 3 13

This is an accepted solution.

Find the only one doc for webhooks here. But the doc not up tp date... Seems they forgot to update it when updated code.