Skip to content
Advertisement

Composer installation requirements

I am trying to install composer to the laravel project. When im doing sudo composer install in projects directory it shows me two errors:

JavaScript

I was checking how to install it and I found these commands:

  1. composer require simplesoftwareio/simple-qrcode
  2. composer require esendex/sdk

Anyway, they are giving me the same error. Is there anything I can do about it?

Advertisement

Answer

Looks like you have some PHP modules missing.

For PHP5

JavaScript

For PHP7

JavaScript

Packages may be different depending on your OS

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement