skip to Main Content

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?

[ComposerDownloaderTransportException] curl error 28 while
downloading https://repo.packagist.org/packages.json: Connection timed
out after 10000 milliseconds

3

Answers


  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

    Login or Signup to reply.
  2. I remember i run this command

    composer install --ignore-platform-reqs
    

    then CURL error 28 while downloading was resolved.

    Login or Signup to reply.
  3. In my case, the issue happened when I was hotspotting, once I moved to a Wifi network it worked.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search