triscovery/esperienze

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

Triscovery Esperienze

dev-master 2024-08-12 16:19 UTC

README

Triscovery

Installation

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

    Either run

    `bash composer require triscovery/esperienze `

    or add

    "triscovery/esperienze": "~1.0"

    to the require section of your composer.json file.

  2. Add module to your main config in common:

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

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