ycloudyusa / useless_machines
Modules that turn themselves off.
Installs: 14 927
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
Type:drupal-module
Conflicts
- drupal/geysir: *
- drupal/openy_inline_editing: *
- drupal/quickedit: *
- drupal/rdf: *
This package is auto-updated.
Last update: 2024-11-03 12:12:21 UTC
README
useless_machines
Modules that turn themselves off.
A useless machine or useless box is a device whose only function is to turn itself off.
-- Wikipedia
These modules exist solely to replace modules that have been accidentally removed from your Drupal site. Upon updb
they disable themselves, automagically removing the missing module from your configuration.
But... no... 😢
I still want to use a few of these modules
If you are using a package that requires useless_machines
(like YMCA Website Services) but you still need one of these modules:
- fork this repo
- remove the line of any module you want to use from the
conflict
section incomposer.json
- remove the corresponding directory
- remove the line of any module you want to use from the
- swap out your fork by using an inline alias in your project's
composer.json
.
I don't want any of these useless machines
Fret not, we've got a branch for you.
composer require ycloudyusa/useless_machines:"dev-allow-contrib as dev-main"