Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.4] Ability to pass output buffer to Artisan::call() #16930

Merged
merged 2 commits into from
Dec 23, 2016
Merged

[5.4] Ability to pass output buffer to Artisan::call() #16930

merged 2 commits into from
Dec 23, 2016

Conversation

themsaid
Copy link
Member

While calling a console command from within another, you'll be able to pass the current output buffer to the child command:

Artisan::call('child:command', [], $this->getOutput());

@GrahamCampbell
Copy link
Member

Decent. 👍

@taylorotwell taylorotwell merged commit 5e5be5c into laravel:master Dec 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants