-
Notifications
You must be signed in to change notification settings - Fork 5
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
Empty output on development environment #2
Comments
+1 |
also doesn't work for me |
hope this commit can be helpful. |
no. I still have empty Composer Packages list on |
any ideas? |
@jxlwqq please help |
I have empty value
|
First of all you have to enable PHP exec() in your php.ini if it's not , it's work fine, typically 'which-composer' asks for full composer file path + file name ex; I'm using Windows. 'composer-viewer' => [ you have to fulfill and pass this two line to run composer : |
Package installed successfully, however it returns empty output.
Probable reason for this is xdebug enabled in development environment as refered here
Checked your composer execution code under artisan tinker and it works fine, so it's xdebug issue 99%
I would appreciate if you'd be able to solve this issue
The text was updated successfully, but these errors were encountered: