d3yii2/d3config

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

D3Config

Maintainers

Package info

github.com/d3yii2/d3config

pkg:composer/d3yii2/d3config

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-06-05 11:37 UTC

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',
    ],

Methods

Usage

Examples