Drupal 11 Subtheme with Bootstrap

Drupal11 create Subtheme using Bootstrap First need to download bootstrap theme to drupal with following command composer require ‘drupal/bootstrap:^5.0’ Create a new directory “custom” in /web/themes. Then copy “bootstrap_subtheme” from /web/themes/contrib/bootstrap/subthemes/bootstrap_subtheme to /web/themes/custom Rename the following directory & files from bootstrap_subtheme to yourname: /web/themes/custom/bootstrap_subtheme directory to /web/themes/custom/yourname bootstrap_subtheme.theme to yourname.theme —- (missing in drupal 11 […]
