I'm getting an error while trying to install Laravel using Composer. I also had the same problem trying to install composer itself, was getting "Connection Timed-out", so I had to download composer.phar manually. I'm using Fedora 23. Here's my input:
composer create-project laravel/laravel project
and the error i'm getting:
[Composer\Downloader\TransportException]
The "https://packagist.org/packages.json" file could not be downloaded: failed to open stream: Connection timed out
My internet is working fine and I'm not using proxy. What could be the issue? Thanks.