Laragon can't download drupal 8
-
I had a similar issue where laragon would just get stuck forever at the very beginning of download. To fix this, I used composer to install drupal. In configuration file sites.conf I replaced the link to drupal 8 by this: Drupal 8=composer create-project drupal/drupal %s --prefer-dist
Hope it helps.