2017 © Pedro Peláez
 

library bedrock-autoloader

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

image

mcaskill/bedrock-autoloader

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

  • Tuesday, January 23, 2018
  • by mcaskill
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 18 % Grown

The README.md

Bedrock Autoloader for WordPress

Unmaintained

This project is no longer maintained in favor of official support:, (*1)


Standalone version of the Bedrock Autoloader for must-use plugins., (*2)

Installation

Require this package, with Composer, in the root directory of your project., (*3)

$ composer require mcaskill/bedrock-autoloader

Usage

Add bedrock-autoloader.php to your must-use plugins directory., (*4)

Example:, (*5)

<?php

if ( ! is_blog_installed() ) {
    return;
}

new \Roots\Bedrock\Autoloader(__DIR__);

Credits

All credits & copyrights belongs to people behind Bedrock., (*6)

The Versions

23/01 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.6

 

wordpress wp roots bedrock

23/01 2018

1.8.5.1

1.8.5.1

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

  Sources   Download

MIT

The Requires

  • php >=5.6

 

wordpress wp roots bedrock

05/01 2018

1.8.5

1.8.5.0

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

  Sources   Download

MIT

The Requires

  • php >=5.6

 

wordpress wp roots bedrock