-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
Evan Mattson edited this page Jun 20, 2016
·
1 revision
composer require --no-dev silk/silk:^0.9
Manual Installation
If you're not using a Composer-based WordPress project, you will need to require the Composer autoload file manually, or use the plugin.
// eg: loading Composer within a theme functions.php
require_once(__DIR__ . '/vendor/autoload.php');
- Install.
- Activate.