panix / mod-novaposhta
Module novaposhta
Installs: 130
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pixelion-module
Requires
README
Module "Nova Poshta"
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-novaposhta "^1.0"
or add
"panix/mod-novaposhta": "*"
to the require section of your composer.json
file.
Add to web config.
'modules' => [
...
'novaposhta' => ['class' => 'panix\mod\novaposhta\Module'],
]
Migrate
php yii migrate --migrationPath=vendor/panix/mod-novaposhta/migrations