2017 © Pedro Peláez
 

library dewdrop-skeleton

A Dewdrop skeleton application to make it easier to get started

image

deltasystems/dewdrop-skeleton

A Dewdrop skeleton application to make it easier to get started

  • Friday, May 20, 2016
  • by deltasystems
  • Repository
  • 7 Watchers
  • 0 Stars
  • 88 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

dewdrop-skeleton

Silex

  1. Install composer globally if you haven't already. (See https://getcomposer.org/doc/00-intro.md#globally)
  2. Run composer create-project deltasystems/dewdrop-skeleton my-dewdrop-project dev-master

WordPress

  1. Navigate to the plugins folder of your WordPress install. (wp-content/plugins)
  2. Install composer globally if you haven't already. (See https://getcomposer.org/doc/00-intro.md#globally)
  3. Run composer create-project deltasystems/dewdrop-skeleton my-dewdrop-project dev-master
  4. Activate your plugin. You should see an example admin component named Dewdrop in your WordPress admin menu.
  5. Install WP_Session if you intend to use any session functionality.

The Versions

20/05 2016

dev-master

9999999-dev https://github.com/DeltaSystems/dewdrop-skeleton

A Dewdrop skeleton application to make it easier to get started

  Sources   Download

The Requires