https://github.com/obriat/uninstall-drupal-modules
Check that Drupal modules & themes are uninstalled before files removal.
https://github.com/obriat/uninstall-drupal-modules
composer drupal
Last synced: 11 months ago
JSON representation
Check that Drupal modules & themes are uninstalled before files removal.
- Host: GitHub
- URL: https://github.com/obriat/uninstall-drupal-modules
- Owner: obriat
- Created: 2025-07-01T21:48:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T09:13:08.000Z (12 months ago)
- Last Synced: 2025-08-03T10:54:04.740Z (11 months ago)
- Topics: composer, drupal
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
uninstall-drupal-modules
========================
Uninstall modules and themes from Drupal before composer remove their files.
The main purpose is to avoid `drush config:import` errors after switching branches on a dev environment or
before a deployment.
It uses the `drush` binary (and does not support the `--uri=URI` option).
# Install
## Development environments
`composer require --dev obriat/uninstall-drupal-modules`
## Deployment scripts
`composer require obriat/uninstall-drupal-modules`