amos/chrono

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

Amos Chrono

1.0.0 2023-05-18 09:38 UTC

README

User Importer.

Installation

  1. You need to require this package and enable the module in your configuration.

add to composer requirements in composer.json

"/amos/chrono": "dev-master as 1.0.0",

or run command bash:

composer require "amos/chrono": "dev-master as 1.0.0"

add Places migrations to console modules (console/config/migrations-amos.php):

'@vendor/amos/chrono/src/migrations'

Add module to your modules-amos config in backend:

	<?php
	$config = [
		'modules' => [
			'chrono' => [
                            'class' => 'amos\chrono\Module',
                        ],
		],
	];