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
Requires
- php:>=7.0.0
- elitedivision/amos-attachments:^1.1.11
- elitedivision/amos-core:^1.20.0
- kartik-v/yii2-mpdf:*
- 2amigos/yii2-qrcode-helper:1.0.2
- 2amigos/yii2-gallery-widget:~1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Extension for creation of details page organized in categories
Installation
- 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.
- Add module to your main config in common:
<?php
'modules' => [
'pages' => [
'class' => 'open20\amos\pages\Module',
],
],
- Apply migrations
php yii migrate/up --migrationPath=@vendor/open20/amos-pages/src/migrations