-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Missing ext-http extension #72
Comments
Hi there 👋 Is that an error you did not get before upgrading to I don't think Laravel Docker ever included the Did you perhaps recently install a package that require that extension? If so could you tell me which one so I see if Laravel Docker could benefit from this extension. Thank you for your help. |
Right now I don't see from where PhpStorm tells me to add that extension to compose.json. |
Oh IIRC that's just a warning to be explicit in declaring your usage of |
When I add that extension, your doker image don't work, because their is missing that extension and composer don't pass installation because of missing docker dependencies. |
Bumpt. |
Hi there 👋 I'm happy to accept a PR for this for all current versions of PHP supported. |
I am working on other project using Symfony 5.4 , the warning on phpstorm disappears when I approve the mentionned , add 'ext-http'; Thanks |
facing same problem in docker
|
this script make it working `ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ RUN chmod +x /usr/local/bin/install-php-extensions && sync && |
I get missing
ext-http
extensionon lorisleiva/laravel-docker:latest
The text was updated successfully, but these errors were encountered: