Skip to content

Instantly share code, notes, and snippets.

@back-2-95
Created March 6, 2023 07:16
Show Gist options
  • Save back-2-95/c3f5453655dd21633bf9fbdd1bd5f55d to your computer and use it in GitHub Desktop.
Save back-2-95/c3f5453655dd21633bf9fbdd1bd5f55d to your computer and use it in GitHub Desktop.
Change Drupal profile with profile switcher
## 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