This repository has moved to laminas-api-tools/api-tools-welcome.
Welcome page for the web interface of the Apigility project.
Run the following composer
command:
$ composer require zfcampus/zf-apigility-welcome
Alternately, manually add the following to your composer.json
, in the require
section:
"require": {
"zfcampus/zf-apigility-welcome": "^1.1"
}
And then run composer update
to ensure the module is installed.
Finally, add the module name to your project's config/application.config.php
under the modules
key:
return [
/* ... */
'modules' => [
/* ... */
'ZF\Apigility\Welcome',
],
/* ... */
];
If you use zf-component-installer, that plugin will install zf-apigility-welcome as a module for you.