I'm trying to install Laravel but as i enter this command:
composer global require "laravel/installer",
i get this:
file could not be downloaded: failed to open stream: Unable to find the socket transport "socks" - did you forget to enable it when you configured PHP?
even i had this error trying to install composer so i had to download it from Github.
I tried to uncomment the ;extension=php_openssl.dll in php.ini file but there was no such thing in it.
any solution? (using Linux fedora - Apache 2.4.33)