This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
How can I implement/override structure of the shops #906
Unanswered
dramoslance
asked this question in
Q&A
Replies: 1 comment
-
You can use observers to know when a shop is created. Look up Laravel observers, you can tie one to on-create of a new user (shop). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to build a feature that includes some migrations, and new data related to the shops.
I want to know how to catch the creation of the Shop/User record after the authorization and then include my own functionality that includes save some default data in new tables related with the each of the new shop.
Thanks,
Deiby
Beta Was this translation helpful? Give feedback.
All reactions