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.