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-boilerplatefolder toeightshift-forms-addon-<addon-name>. - Rename the 
eightshiftFormsAddonBoilerplatestring toeightshiftFormsAddon<AddonName>. - Rename the 
eightshift-forms-addon-boilerplatestring toeightshift-forms-addon-<addon-name>. - Rename all other instances of 
Boilerplateto your add-on name. - Run the 
composer installcommand to install the required dependencies. - Add the add-on plugin to you projects plugins folder.
 - Activate the add-on plugin.