-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Truong Giang edited this page Sep 19, 2017
·
1 revision
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.phpand remember to change two path constants.
Run following command to add PuppyFW to your plugins or themes:
composer require truongwp/puppyfw=*
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.