library dewdrop-skeleton
A Dewdrop skeleton application to make it easier to get started
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
dewdrop-skeleton
Silex
- Install composer globally if you haven't already. (See https://getcomposer.org/doc/00-intro.md#globally)
- Run
composer create-project deltasystems/dewdrop-skeleton my-dewdrop-project dev-master
WordPress
- Navigate to the plugins folder of your WordPress install. (wp-content/plugins)
- Install composer globally if you haven't already. (See https://getcomposer.org/doc/00-intro.md#globally)
- Run
composer create-project deltasystems/dewdrop-skeleton my-dewdrop-project dev-master
- Activate your plugin. You should see an example admin component named Dewdrop in your WordPress admin menu.
- Install WP_Session if you intend to use any session functionality.