Package Installer
Component ID
2828872
Component name
Package Installer
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
When installed, the Package Installer module will automatically install all other modules belonging to $settings['package_installer_package'].
This can act as a development expedient by obviating the need to add all modules in a given package as an explicit dependency for the site's installation profile.
Setup
You can set the value of $settings['package_installer_package'] in settings.php:
$settings['package_installer_package'] = 'mypackage';
