Add-on boilerplate
We have created a boilerplate for creating a new add-on for the Eightshift Forms plugin. This boilerplate will help you to create a new add-on with the correct structure and naming conventions.
You can download the boilerplate from the Eightshift Forms Add-on Boilerplate repository.
How to use the boilerplate add-on
- Clone the Eightshift Forms Addon Boilerplate repository.
- Rename the
eightshift-forms-addon-boilerplate
folder toeightshift-forms-addon-<addon-name>
. - Rename the
EightshiftFormsAddonBoilerplate
string toEightshiftFormsAddon<AddonName>
. - Rename the
eightshift-forms-addon-boilerplate
string toeightshift-forms-addon-<addon-name>
. - Rename all other instances of
Boilerplate
to your add-on name. - Run the
composer install
command to install the required dependencies. - Add the add-on plugin to you projects plugins folder.
- Activate the add-on plugin.