I don't know if it's link by I don't have any problem before update Php Storm (2016.2) but now every php artisan command return null !
Any idea ?
Thanks...
Thanks Toni for your support. Because it was a new project I reinstall it and I have no problem. I suppose I made a bad manipulation somewhere. No time to search a lot.
Although it's a year old post, I am sharing my experience which is similar to this question. Same happened to me. Everytime I run 'php artisan' command it returned null.
Later I realized that it was returning the value of an environment variable I dumped with method 'dd()' some somewhere in my code. Just removing that line of code made everything normal. Hope this helps. Thank you.