Skip to content
On this page

Working on an existing plugin or theme project

Git clone the project

First cd into wherever you want the repo to be, then git clone the project.

We've already covered this in the new project section but we'll repeat this here. You can keep things more organised on your local machine by not putting your project repo directly into the local WordPress install's plugin or theme folder - use symlinks instead! See here for more info on how to achieve that.

Run Composer

You should run composer install from the WordPress installation public folder and any third party libs that the plugin or theme needs (i.e. those that are defined in its composer.json) will get downloaded and installed into the WordPress installation's vendor directory. If this is the first time you've added a Forme project to this particular WordPress installation, it will also grab the core framework package.

Activate the plugin

You can now visit your WordPress site admin and activate the plugin or theme.

Made by Moussa Clarke @ Sanders Web Works with ❤️