Artisan::call() make infinit loop #38459
Unanswered
moradi-morteza
asked this question in
Q&A
Replies: 1 comment 9 replies
-
I have this same issue with version v7.30.4. If I call the command using exec() it doesn't loop. I'm calling it from a job. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
i have a function contain some Artisan Command when i run this function from a controller , the function run many time and not stop i think the problem is from Artisan::call('migrate') probably.
also i create a custom command and put function inside it, then run command from terminal, its run without problem.
where is the problem?
Beta Was this translation helpful? Give feedback.
All reactions