How to Install Drupal in Windows 11 PC Using XAMPP: Do you want to install Drupal on localhost in Windows 11? You are at the right place. In this article I will take you through the steps on how to easily install Drupal on your Windows 11 PC in XAMPP Server.
Installing Drupal on Localhost in Windows 11
Before you start the installation process, you will have to download the following:
………………………………………………………………
zend_extension=php_opcache.dll
;Determines if Zend OPCache in enabled
opcache.enable=1
……………………………………………………………….
1.ย XAMPP Server.
2.ย Drupal installation Files.
1. Download & Install XAMPP Server:
Go to the official XAMPP Server website listed above to download XAMPP. Download and install the PHP 7.4 version.ย If you want help withย XAMPP Server installationย on your computer, you can watch the video tutorial above.
Once you have XAMPP Server installed on your computer, you can proceed to the next step.
2. Download & Install Drupal in Windows 11 PC:
Go to theย official Drupal download page. Click the download button. A zip file containing Drupal files will be downloaded to your PC.
Once the download is complete, extract the zip file to retrieveย Drupalย files. Go ahead and move the files to a new folder in XAMPP within theย htdocsย folder “C:\xampp\htdocs”
3. Creating Database:
Make sureย XAMPP Server is running.
Open up localhost in your browser then go toย phpMyAdminย menu. Clickย Newย to create a new database, give it a name then pressย Createย button
4. Drupal installation on Windows 11 PC
Now, go to the browser and typeย localhost/yourprojectfolderย to start Drupal installation.
Select your preferred language and click onย Save and continueย button.
Next, the wizard offers the installation profile. Standard, minimum or a sample Demo. For the purposes of this tutorial, I selected the Standard installation. Clickย Save and continue.
When prompted with a warning like the one shown below, copy and paste the code below inย php.iniย file in XAMPP as shown in the video below.
………………………………………………………………
zend_extension=php_opcache.dll
;Determines if Zend OPCache in enabled
opcache.enable=1
……………………………………………………………….
In the next screen, please enter the parameters of the database. Please remember to enter the name of the database you just created. Clickย Save and continue.
Next, Provide your site name email and admin credentials here. You can change this at any time through the admin screen.
You have successfully install Drupal on Windows 11 PC.
Rate post
Add comment