@hellofromtonya When 'Meta Box Reusable WordPress Plugin' in installed, Whoops! throws the following error in the Plugin Admin, and fails to activate:
Whoops \ Exception \ ErrorException (E_COMPILE_ERROR)
require(): Failed opening required '/app/public/wp-content/plugins/reusable-meta-box/src/metadata/defaults/meta-box-config.php' (include_path='.:')
The final error in the call stack refers to:
/app/public/wp-content/plugins/reusable-meta-box/src/metadata/module.php; line 25, where
$defaults = (array) require DIR . '/defaults/meta-box-config.php';
Please rename '/src/metadata/default/' to '/src/metadata/defaults' so that line 25 of '/src/metadata/module.php' can process, and the plugin can be activated.