nowready/demo-erp

Demo nette extension

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:nette-extension

1.0.0 2023-11-23 15:06 UTC

This package is auto-updated.

Last update: 2024-04-23 16:08:16 UTC


README

Demo extension for Nette, installable via Composer.

As the first step in a Nette project, install the extension using the command composer require nowready/demo-erp. The second step involves registering the extension in the appropriate configuration file and setting the environmental variables that the extension utilizes.

extensions:
    DemoErpExtension: nowready\DemoErp\DI\DemoErpExtension

DemoErpExtension:
    erpEndpoint: 'http://example.com/api'
    erpSecret: 'secret-key'
    erpVersion: 2.0

In case the required data is not configured, the extension will throw an exception.