mrgrain/bedrock-autoloader

Autobahn and Composer compatible version of the Bedrock Autoloader for mu-plugins.

Installs: 1 826

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 1

Type:wordpress-muplugin

1.0.2 2016-09-26 00:22 UTC

This package is not auto-updated.

Last update: 2024-03-13 23:19:19 UTC


README

Autobahn and Composer compatible version of the Bedrock Autoloader for mu-plugins.

Usage

Install it with

composer require mrgrain/bedrock-autoloader

and set WPMU_LOADER in the autobahn.json file of your project:

{
    "config": {
        "WPMU_LOADER": "bedrock-autoloader/bedrock-autoloader.php"
    }
}

Credits

All kudos belong to the lovely people behind Bedrock.
And a little cheer goes to @mokomokoy for adjusting the autoloader for Autobahn.