Post

drupal install radix subtheme

How to install a sub theme in Drupal using composer

In this example we install the radix theme as a sub theme in Drupal using composer

1
composer require drupal/radix

Install components module

1
composer require 'drupal/components:^3.0@beta'

Enable components

1
drush en components

Now create a sub theme

1
drush --include="themes/contrib/radix" radix:create radix_blocks

Enable the Sub theme

  • Go to appearence and themes
  • Install and set as default the radix subtheme
This post is licensed under CC BY 4.0 by the author.