Hide Output of Composer Install Command

2.2k Views Asked by At

Is there a way that we can hide the output of the command composer install?

I run a deployment script for my Laravel application, and the output is messy when it prints hundreds of lines of:

  • Installing app/package (v1.2.1), Loading from cache, etc. etc.

There doesn’t seem to be any flags that hide the output as far as I can see. Any advice?

1

There are 1 best solutions below

1
On BEST ANSWER

-q ? I've just tried it on the command line, at least.