loganstellway/module-fishpig-bedrock

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.0.6) of this package.

Extends FishPig WordPress module to support Bedrock WordPress boilerplate

0.0.6 2018-07-09 17:42 UTC

This package is auto-updated.

Last update: 2021-03-23 05:38:36 UTC


README

Magento 2 module that extends FishPig WordPress integration module to support Bedrock WordPress boilerplate

Installation

Install module with Composer:

composer require loganstellway/module-fishpig-bedrock

Enable Modules:

php bin/magento module:enable FishPig_WordPress LoganStellway_FishPigBedrock

Upgrade / compile Magento:

php bin/magento setup:upgrade && php bin/magento setup:di:compile

Next Steps

  • Install Bedrock in a subdirectory as you would with the standard module.
  • Follow the Installation Guide for the FishPig Wordpress integration module (you do not need to install another WordPress instance).
  • When configuring the module, choose Yes for the Bedrock Installation? option.
  • Configure the Bedrock Path option to point to the root of your Bedrock installation.

Issues

This module has only been created to suit my needs (basic WordPress installation with no frills) and has not been tested with the other great add-ons offered by FishPig. Please feel free to add issues and contribute to the project.