pcd20/import

There is no license information available for the latest version (1.0.1) of this package.

Extension importing Documentals in PCD20

1.0.1 2018-03-12 15:17 UTC

README

Documents importer for PCD20

Installation

  1. The preferred way to install this extension is through composer.

Either run

composer require pcd20/import

or add

"pcd20/import": "~1.0"

to the require section of your composer.json file.

  1. Add module to your main config in common:
<?php
'modules' => [
    'import' => [
        'class' => 'pcd20\import\Module',
    ],
],
  1. Apply migrations
php yii migrate/up --migrationPath=@vendor/pcd20/import/src/migrations