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 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