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
Great package, very useful.
I have a question though, How can we retrive the status of the command?
i.e if the command failed or not? So we an flash a message to the view?
Regards
The text was updated successfully, but these errors were encountered:
Hi @schickling,
Thanks for the fast reply.
I checked the source code before posting hence the question.
I use it like this from the controller:
Artisan::call('db:backup');
I know I need to check for the status so I can display a message that's not the problem.
It's just how do I pass $status to my controller?
Sorry for the noob question...
Hi schickling,
Great package, very useful.
I have a question though, How can we retrive the status of the command?
i.e if the command failed or not? So we an flash a message to the view?
Regards
The text was updated successfully, but these errors were encountered: