How to upgrade php version from 7.0 to php 7.4 in Ubuntu 18.04. LAKHAN GEHARWAR February 26, 2021After bouncing around between a lot of tutorials, I finally got this to work. Here are the commands I needed: sudo apt-get update sudo apt... Continue Reading
How to Configure Virtual Host on Windows 8,8.1 and 10 LAKHAN GEHARWAR February 19, 2021 Create the Virtual Host First, you need to navigate to C:/xampp/apache/conf/extra or wherever your XAMPP files are located. Then, edit h... Continue Reading
How to install Drush using composer on Ubuntu 16.04 LAKHAN GEHARWAR February 17, 2021 Installing/Upgrading Drush on Ubuntu Step 1: Updating As a matter of good practices, we’ll update our system sudo apt-get update Step... Continue Reading
How to on debugging in visual code studio LAKHAN GEHARWAR February 15, 2021 Step 1: Install the PHP Debug in your vs code. Step:2 Open your Xampp and click on config and open the php.ini File Step:3 copy the code an... Continue Reading
How to install Drush using composer globally windows 8 , 8.1 and 10 LAKHAN GEHARWAR February 12, 2021Two ways to installing drush 1. Globally 2. Root directory Globally Step 1: Download the composer Install the latest version. and also w... Continue Reading