deltasystems/dewdrop-skeleton

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

A Dewdrop skeleton application to make it easier to get started

dev-master 2016-05-20 21:05 UTC

This package is auto-updated.

Last update: 2024-02-29 03:17:11 UTC


README

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.