Installation

This page describes how to install the Settings Parameter plugin in you Naviga Web project.

Install package

The package is available in composer.

Add it to your project by adding composer dependency in your composer.json:

composer.json
"infomaker/everyware-plugin-settings-parameters": "^0.2.2",

and update:

$ composer update

Activate plugin

Once downloaded you will need to go to Everyware Starter Kit > plugins to active it.

Last updated