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.