Created
March 6, 2023 07:16
-
-
Save back-2-95/c3f5453655dd21633bf9fbdd1bd5f55d to your computer and use it in GitHub Desktop.
Change Drupal profile with profile switcher
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Drupal profile switcher | |
composer require 'drupal/profile_switcher:^1.0@alpha' | |
drush en profile_switcher -y | |
drush switch:profile minimal | |
drush pmu profile_switcher -y | |
composer remove drupal/profile_switcher | |
drush cr | |
drush status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment