To install drupal 11 on Windows 10/11 or any other OS you must meet system requirements for Drupal 11 CMS. I tried installing Drupal 11 on my Windows 10 and I had to make sure that I meet the system requirement. Drupal 11 System Requirements Install PHP 8.3 To install php 8.3 on Windows 10, … Continue reading Composer Install Drupal 11 on Windows 10/11→
Install git-hub and set it up Setup githug Install Latest Versoin of php & unzip Install Composer composer should run on your terminal now. Enable php extensions for drupal Create drupal product with composer Install Drush
Make sure you have install php-cli php-common php-mysql, before enabling required php extensions for Drupal on Ubuntu, Debian or Mint. You don’t need add version of PHP in fron of all the extensions unless you have multiple versions of php installed on your system. Just run the following commond, you can add all that I … Continue reading How to install php extensions for Drupal on Ubuntu→
I was trying to enable development mode on my Drupal 9 site on my localhost and I found Drupal console an easy way to enable dev mode for Drupal 9 theme development environment. While installing Drupal console, I faced difficulties that’s why I am writing this post. Just to let you know that I am … Continue reading Install Drupal Console on Windows with Composer→
Recently, I upgraded my Ubuntu to 20.04 on my Dell laptop, after upgrade, I had to reinstall PHP 7.4, Apache2.4, MySQL 8 and WordPress and Drupal 9 locally on my Ubuntu Laptop. So, thought of creating this post to help others too, with this quick handy guide and my straight forward approach. There are two … Continue reading How to Install Drupal 9 on Ubuntu, Debian, or LinuxMint→
The reason why people are switching to Drupal 9 today is because it has become more powerful and flexible than ever before. You can see it is used by the governments and big organisations to manage their continent and serve there are millions of customers around the world. Also Drupal is a content publishing machine … Continue reading Drupal 9 Themes→
This post will help you install Drupal 7 LTS on Linux (Ubuntu and Debian) server. I assume that you have already installed your Linux server and also installed MySQL server. Also assume that you have configured your name servers for your domain name. Download Drupal 7 Navigate to /public_html folder to download latest Drupal 7 … Continue reading Drupal 7 LTS: How to Install it on Ubuntu Server→
Drupal 8 Theme Development tutorial for Drupal site builders. This is going to be a quick guide on building Drupal 8 theme from scratch. It that’s what you are looking for then this post will help achieve in easy way. It’s going to be a Drupal 8 starter theme. This post is a quick guide … Continue reading Drupal 8 Theme Development→
I just migrated my WordPress to Drupal 9 and it was not easy that’s what I can say.. Because I had installed multiples modules and many were not compatible when I installed them for the first time. Here is the list of modules that need to be installed. Make sure you have installed Drupal 9 … Continue reading How to Migrate WordPress to Drupal 9→
This post will help you create multi level drop down menu in Drupal 8 and Drupal 9. It’s going to be very straightforward. I assume that you already have created your menu and added menu items to your Drupal website. Create Drupal Multi Level Menu Go to Structure and Menu then select the menu for … Continue reading How to Create Drop Down Menu in Drupal 8/9→