Skip to content

Installation

Truong Giang edited this page Sep 19, 2017 · 1 revision

Manually install

Step 1: Download stable version here.

Step 2: Upload and install as a WordPress plugin.

  • If you want to use PuppyFW in your plugins, include file puppyfw/puppyfw.php.
  • If you want to use PuppyFW in your themes, include file puppyfw/theme-loader.php and remember to change two path constants.

Install via composer

Run following command to add PuppyFW to your plugins or themes:

composer require truongwp/puppyfw=*

Install from Github repo

Step 1: Download or checkout this repo.

Step 2: Move to puppyfw/ folder and run following command:

composer dump-autoload

Step 3: Do step 2 from Manually install section.

Clone this wiki locally