d3yii2 / d3config
There is no license information available for the latest version (dev-master) of this package.
D3Config
dev-master
2026-06-05 11:37 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-06-05 11:50:08 UTC
README
#D3Config"
Features
Installation
To base composer.json to reposities add
{
"type": "git",
"url": "https://gitlab2.weberp.lv/d3yii2/d3config.git"
},
Too app composer.json require add
"d3yii2/d3config": "dev-master"
migration
Add to console config controllerMap>>migrate>>migrationPath
'@vendor/d3yii2/d3config/migrations',
Translation
'd3config => [ 'class' => \'yii\i18n\PhpMessageSource\', 'basePath' => '@vendor/d3yii2/d3config/messages', 'sourceLanguage' => 'en-US', ],