Hi, I'm just new here - learning Laravel having come from a wordpress background.
I'm creating an api for managing a multi-vendor platform and want to do things like keep stock levels up to date, send orders to specific suppliers etc
I've installed voyager for the back-end and I'm currently reading products from one of the suppliers from a woocomerce rest API connection.
My questions now are:
What is the best way for me to react to this data being read in?
Should I save it to the database so I have a check in place (or is that unnecessary step)?
Would I use events and listeners to respond to changes in stock levels or orders being placed?
Or am I better using a console style symphony set up for the whole process?
As I say - Im just new to this so would have to learn whichever approach is best - my hope is that you can point me in the right direction to maximise learning an minimise wasted time.
Thanks in advance for any suggestions
Matt