open20/amos-pages

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

Plugin for manage pages

1.0.0 2022-12-02 11:46 UTC

README

Extension for creation of details page organized in categories

Installation

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

Either run

composer require open20/amos-pages

or add

"open20/amos-pages": "dev-test/1.1.0/1 as 1.1.0",

to the require section of your composer.json file.

  1. Add module to your main config in common:
<?php
'modules' => [
    'pages' => [
        'class' => 'open20\amos\pages\Module',           
    ],
],
  1. Apply migrations
php yii migrate/up --migrationPath=@vendor/open20/amos-pages/src/migrations