v3project / skeeks
Module for skeeks cms
Installs: 74
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:yii2-extension
Requires
- skeeks/cms: ^5.0.0 || dev-master
- skeeks/cms-dadata-suggest: ^1.1.2
- skeeks/cms-ya-map: ^1.1.0
- v3project/yii2-api: ^2.0.1
- v3project/yii2-helpers: ^1.0.8
- v3project/yii2-v3project-api: ^2.0.1
- dev-master
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0.1
- 3.0.0
- v2.x-dev
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2.8
- 2.1.2.7
- 2.1.2.6
- 2.1.2.5
- 2.1.2.4
- 2.1.2.3
- 2.1.2.2
- 2.1.2.1
- 2.1.2
- 2.1.1
- 2.1.0.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.13
- 1.0.12.1
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0.1
- 1.0.0
- 1.0.0-rc2
- 1.0.0-rc1
- 1.0.0-beta
- 1.0.0-alpha
- dev-market
This package is auto-updated.
Last update: 2024-10-29 05:46:46 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist v3toys/skeeks "*"
or add
"v3toys/skeeks": "*"
Configuration app
'components' => [ 'dbV3project' => [ 'class' => 'yii\db\Connection', 'dsn' => 'pgsql:host=db.v3project.ru;port=5432;dbname=v3toys_ru', 'username' => 'username', 'password' => 'password', 'charset' => 'utf8', ], 'v3toysApi' => [ 'class' => 'v3toys\yii2\api\Api' ], 'v3toysSettings' => [ 'class' => 'v3toys\skeeks\components\V3toysSettings' ], 'i18n' => [ 'translations' => [ 'v3toys/skeeks' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@v3toys/skeeks/messages', 'fileMap' => [ 'v3toys/skeeks' => 'main.php', ], ] ] ], ], 'modules' => [ 'v3toys' => [ 'class' => 'v3toys\skeeks\V3toysModule', ] ]
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | en.cms.skeeks.com | cms.skeeks.com | marketplace.cms.skeeks.com