mcaskill/bedrock-autoloader

This package is abandoned and no longer maintained. The author suggests using the roots/bedrock-autoloader package instead.

Standalone version of the Bedrock Autoloader for WordPress must-use plugins.

1.13.4 2020-05-14 17:22 UTC

This package is auto-updated.

Last update: 2020-09-03 00:31:28 UTC


README

Unmaintained

This project is no longer maintained in favor of official support:

Standalone version of the Bedrock Autoloader for must-use plugins.

Installation

Require this package, with Composer, in the root directory of your project.

$ composer require mcaskill/bedrock-autoloader

Usage

Add bedrock-autoloader.php to your must-use plugins directory.

Example:

<?php

if ( ! is_blog_installed() ) {
    return;
}

new \Roots\Bedrock\Autoloader(__DIR__);

Credits

All credits & copyrights belongs to people behind Bedrock.