1.3.1 2023-07-07 15:51 UTC

README

Plugin for import the 4 file formats.

Installation

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

Either run

composer require cruscottolavoro/import

or add this row

"cruscottolavoro/import": "dev-master"

to the require section of your composer.json file.

2. Common configuration

To enable the plugin in backend add this configuration in common/config/modules-others.php file or in your main-local.php file.

<?php
'modules' => [
    'climport' => [
        'class' => 'cruscottolavoro\import\Module',
    ],
],