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
Requires
- php: >=5.3
- composer/installers: ^1.0
- mrgrain/autobahn-config: ^1.1
This package is not auto-updated.
Last update: 2024-11-07 02:36:30 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.