'CURL error 28 while downloading Connection timed out after 10000 milliseconds
I'm trying to install Yajra, a Laravel package to handle server-side works of DataTables jQuery Plugin via AJAX option. But I got this problem and I can't fix this. Please did you have anything to help me?
[Composer\Downloader\TransportException] curl error 28 while downloading https://repo.packagist.org/packages.json: Connection timed out after 10000 milliseconds
Solution 1:[1]
The problem related to DNS and also IPv6 Issue, so simply disable ipv6 from your network. You can find more from the link below: https://github.com/composer/composer/issues/9376
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ahmed Hussien |
