Drupal 9 Webforms using composer and drush
Published at Jun 6, 2022
Writen by Thagichu Anthony
Intro
Complete guide on how to migrate data from drupal 8 to drupal 9 using composer and drush, this turtorial assumes that you have some knowledge of how drupal works with composer and drush.
https://www.drupal.org/project/webform
install webform using
composer require 'drupal/webform:^6.1'
drush en webform
[notice] Already enabled: webform
The module migrate_tools does not exist.
migrate_tools
composer require 'drupal/migrate_tools:^6.0'
drush cr
[success] Cache rebuild complete.