arter/amos-sondaggi

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

Sistema AMOS per gestire i sondaggi

Maintainers

👁 art-er

Package info

repo.aster.it/elitedivision/amos-sondaggi

Homepage

Issues

Forum

Wiki

Type:component

pkg:composer/arter/amos-sondaggi

Statistics

Installs: 601

Dependents: 0

Suggesters: 0

1.10.0 2024-04-29 14:56 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 6f0b08aebac182306cde5a31d78b162289c29508

yii2amossondaggi


README

Plugin to make surveys.

Installation

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

Either run

composer require arter/amos-sondaggi

or add this row

"arter/amos-sondaggi": "~1.0"

to the require section of your composer.json file.

2. Add module to your main config in backend:

<?php
'modules' => [
 'sondaggi' => [
 'class' => 'arter\amos\sondaggi\AmosSondaggi'
 ],
],

3. Apply migrations

php yii migrate/up --migrationPath=@vendor/arter/amos-sondaggi/src/migrations

or add this row to your migrations config in console:

<?php
return [
 '@vendor/arter/amos-sondaggi/src/migrations',
];