Installs an mu-plugin to load libraries for all themes & plugins from a common vendor directory (usually in wp-content).
Add this repository to your project's composer file by choosing one of these repository installation methods:
Add the following entry to the 'repositories' section of your project's composer.json
:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/WebDevStudios/mu-autoload"
}
]
(if you haven't yet added the WDS Satis package server to your composer.json
)
composer config repositories.wds-satis composer https://packages.wdslab.com
composer config scripts.post-autoload-dump "WebDevStudios\MUAutoload\Installer::install"
composer require webdevstudios/mu-autoload:^1.0