Find by Category

Installing Drush with Composer Globally on Ubuntu 20.04

This post will help you install Drush globally on Ubuntu Desktop 20.04 and Ubuntu Server with Composer. Go ahead and launch your terminal and run the following commands. Update Ubuntu Install PHP cli and unzip exts Install Composer on Ubuntu Add Latest HASH to Composer installation Verify Composer HASH You should see the latest Composer … Read more

How to update/upgrade composer

Update Composer If you already have installed composer on your system, just willing to update or upgrade it to the latest composer version. Launch your command prompt on Windows system and terminal on your Linux and MacOS and run the composer self update command. On Windows: On Linux: if you are running Ubuntu Then On … Read more