twfahey1 / devui
A Drupal module that provides a front end for advanced site management and development tasks.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
This package is auto-updated.
Last update: 2025-01-31 00:39:13 UTC
README
A Drupal module that provides a front end for advanced site management and development tasks.
The primary use case for this module is:
- Developers working within the UI who need to rapidly perform tasks like config exports, git commits of config exports, database imports, etc.
REQUIREMENTS
- This is imagined as a local only tool, not something that should be enabled in production.
INSTALLATION
Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/node/895232 for further information.
CONFIGURATION
- Configure path to drush on
/admin/config/devui/settings
- Alternatively, have it in your
settings.local.php
:
$settings['devui.settings']['path_to_drush'] = '/var/www/vendor/bin/drush';
MAINTAINERS
Current maintainers for Drupal 10:
- Tyler Fahey - https://www.drupal.org/u/twfahey1