Skip to content

Instantly share code, notes, and snippets.

View kccogito's full-sized avatar

Kingsley Chukwuemeka kccogito

View GitHub Profile
@kccogito
kccogito / drupal_installation_with_laragon.md
Created December 23, 2022 02:31
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.

@kccogito
kccogito / add-php-version-mamp.md
Last active December 23, 2022 01:56
How to change or Add New PHP VERSION to MAMP and MAMP PRO - MAC

Adding NEW Versions of PHP to MAMP on a Mac

If you do not have php install already in your mac system use below command:

brew install php

then you can do which php

or

@kccogito
kccogito / drupal-installation.md
Last active December 23, 2022 02:22
Installation of Drupal 10 on Mac and Linux Tutorial

Installation of Drupal 10

mkdir drupal cd drupal curl -sSL https://www.drupal.org/download-latest/tar.gz | tar -xz --strip-components=1

php -S localhost:9000

@kccogito
kccogito / php_mysql_mac_installation_mac.md
Last active December 23, 2022 08:28
Install PHP and MySQL on Mac Tutorial WITHOUT XAMPP OR MAMP PRO

HOW TO INSTALL PHP AND MYSQL THE RIGHT WAY FOR MAC USER

If you do not have php install already in your mac system use below command:

brew install php

then you can do which php

or