composepress/starter

There is no license information available for the latest version (0.2.0) of this package.

0.2.0 2018-01-23 11:49 UTC

This package is not auto-updated.

Last update: 2024-05-01 01:38:07 UTC


README

This is a boilerplate for the ComposePress mini framework.

How to Use

  1. Run composer create-project composepress/starter --stability=dev
  2. Rename composepress-starter.php to your desired slug
  3. Do a find/replace in composepress-starter.php for composepress_starter and replace with your slug with underscores
  4. Rename and/or move lib/ComposePress/Starter/Plugin.php as you feel you need
  5. Update PLUGIN_SLUG to the dash version of your plugin slug

Documentation

Please see wiki for how to use the framework classes