Skip to main content
How you build a Drupal site will greatly depend on your personal preference or the preference of your boss/client. A…
To install a module you just run composer require drupal/<modulename> i.e. composer require drupal/token You can…
Drupal 9 modules can be updated with Composer by running the following at the command line in the 'root' level where…
Drupal 9 is designed to be updated with Composer where previous versions allowed manual uploading of files or by using…
I'm using XAMPP to build a Drupal 9 project so I start here C:\xampp\htdocs and create a folder for my D9 site, i.e. '…