susanBuck / e15-spring22

0 stars 0 forks source link

Project2 - Not able to create it using 'composer' #25

Closed mgarimelHES closed 2 years ago

mgarimelHES commented 2 years ago

Hello Friends!

I am not sure if anyone has seen this issue, I am getting the following error while running the composer command as shown below -

image

Any pointers are greatly appreciated.

Thanks

mgarimelHES commented 2 years ago

It is resolved after installing the php8.0-curl by running this command on my dev server -

sudo apt-get install php8.0-curl

Thanks

susanBuck commented 2 years ago

Thanks for sharing your solution, @mgarimelHES.

I just did a fresh new install and received similar errors about missing extensions. Not sure why we didn't face this in Week 4 when we did our first installations. Does look like Laravel has bumped up from 9.1 to 9.2 since then, so that could be why.

Here are the extensions I found I needed to install:

> sudo apt-get install php8.1-dom php8.1-curl

I'll create an announcement post about this to make sure everyone is aware of it. Thanks for bringing it to my attention!

susanBuck commented 2 years ago

Did some digging, and can confirm both dom and curl are recent additions to the extension requirement list.

Ref: https://github.com/laravel/docs/commit/e24a8df206eb75d05df2deb5695025e8b6838d0c https://github.com/laravel/docs/commit/22b8f24ea0c4d9305906ad8acd6476bf806b5db2

mgarimelHES commented 2 years ago

Thanks for the update, it helped me .

Regards,

Murthy Garimella

HES - ALM

On Sun, Feb 27, 2022 at 5:38 PM Susan Buck @.***> wrote:

Did some digging, and can confirm both dom and curl are recent additions to the extension requirement list.

Ref: @. https://github.com/laravel/docs/commit/e24a8df206eb75d05df2deb5695025e8b6838d0c @. https://github.com/laravel/docs/commit/22b8f24ea0c4d9305906ad8acd6476bf806b5db2

— Reply to this email directly, view it on GitHub https://github.com/susanBuck/e15-spring22/issues/25#issuecomment-1053744170, or unsubscribe https://github.com/notifications/unsubscribe-auth/APKD7BMHWBLHJVT42KTVPDTU5K7ZXANCNFSM5PNLJ7GA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>