2017 © Pedro Peláez
 

wordpress-plugin plugin-framework

FlexPress based plugin

image

flexpress/plugin-framework

FlexPress based plugin

  • Wednesday, September 3, 2014
  • by timperry
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

FlexPress plugin boilerplate framework

Boilerplate framework for creating plugins., (*1)

Install

Download using composer, (*2)

composer create-project flexpress/plugin-framework <pluginname>

Once it has finished installing, run the installer script and answer the questions it asks:, (*3)

./install.sh

Let the installer run and it should be all setup., (*4)

If you are not using composer to include this you will want to dump the autoloader again:, (*5)

composer dump-autoload

and then you will also want to include the autoloader in the .php file:, (*6)

require_once 'vendor/autoload.php';

The Versions

03/09 2014

dev-master

9999999-dev

FlexPress based plugin

  Sources   Download

MIT

The Requires

 

03/09 2014

v1.0.1

1.0.1.0

FlexPress based plugin

  Sources   Download

MIT

The Requires

 

26/08 2014

v1.0.0

1.0.0.0

FlexPress based plugin

  Sources   Download

MIT

The Requires