Skip to content

Instantly share code, notes, and snippets.

@kccogito
Created December 23, 2022 02:31
Show Gist options
  • Save kccogito/6177d929bc93b5d30f9fd8b8c7167b25 to your computer and use it in GitHub Desktop.
Save kccogito/6177d929bc93b5d30f9fd8b8c7167b25 to your computer and use it in GitHub Desktop.
Drupal Quick Installation Using LARAGON QUICK APP

Drupal Quick Installation Using LARAGON QUICK APP

STEP 1

GO TO C:\laragon\usr\sites.conf and open it in VSCode or any editor

STEP 2

Go to the last line and add new

STEP 2

add this to the it and save.

# DRUPAL 
Drupal=curl -sSL https://www.drupal.org/download-latest/tar.gz | tar -xz --strip-components=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment