Install Create Drupal Project on Ubuntu

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

How to install php extensions for Drupal on Ubuntu

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 […]

Install Drupal Console on Windows with Composer

install drupal console on windows 10 with composer

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 […]

How to Install Drupal 9 on Ubuntu, Debian, or LinuxMint

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 […]

Drupal 9 Themes

drupal 9 theme

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 […]

Drupal 7 LTS: How to Install it on Ubuntu Server

drupal 7 lts

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 […]

Drupal 8 Theme Development

drupal theme development

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 […]

How to Migrate WordPress to Drupal 9

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 […]

How to Create Drop Down Menu in Drupal 8/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 […]

Drupal 9 Theme Development Guide

drupal 9 theming

Drupal 9 Theme Development tutorial for Drupal site builders. This is going to be a quick guide on building Drupal 9 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 9 starter theme.