triscovery/anagrafica

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

Triscovery Anagrafica

dev-master 2021-08-04 10:24 UTC

README

Triscovery

Installation

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

    Either run

    `bash composer require triscovery/anagrafica `

    or add

    "triscovery/anagrafica": "~1.0"

    to the require section of your composer.json file.

  2. Add module to your main config in common:

    <?php
    'modules' => [
        'anagrafica' => [
            'class' => 'triscovery\anagrafica\Module'
        ],
    ],
    
  3. Apply migrations

    `bash php yii migrate/up --migrationPath=@vendor/triscovery/src/migrations `