You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, so for my situation here. I am using Laravel excel queue import for my implementation . I have a problem counting the total failures. In my case, the total failure success in the local environment but not in vapor environment. Do you all have any recommendations on how to fix this issue? Really much appreciate it if u can help. The code is shown below:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, so for my situation here. I am using Laravel excel queue import for my implementation . I have a problem counting the total failures. In my case, the total failure success in the local environment but not in vapor environment. Do you all have any recommendations on how to fix this issue? Really much appreciate it if u can help. The code is shown below:
`
protected static $countFailure = 0;
`
Beta Was this translation helpful? Give feedback.
All reactions