Replies: 1 comment
-
It is exactly related about production mode. When you try seed command at your server you will be see a interaction like this: **************************************
* Application In Production! *
**************************************
Do you really wish to run this command? (yes/no) [no]: Solution is putting and of the seed command this |
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
-
I have a command that creates tenants, and runs the command to make the migration and seeders to the new tenant, the issue is that it does not work if it is in a production environment only works if it is in the local environment. How could I make it work the same way without changing the environment every time I want to create tenants?
Beta Was this translation helpful? Give feedback.
All reactions