2017 © Pedro Peláez
 

yii2-extension setting

Yii2 Framework Dynamic Setting - Development package

image

tejrajs/setting

Yii2 Framework Dynamic Setting - Development package

  • Thursday, July 23, 2015
  • by tejrajs
  • Repository
  • 1 Watchers
  • 1 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Setting

Yii2 Framework Dynamic Setting - Development package, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist tejrajs/setting "dev-master"

or add, (*4)

"tejrajs/setting": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

Migration

Migration run, (*7)

yii migrate --migrationPath=@tejrajs/setting/migrations

Config backend modules in backend/config/main.php

    //'defaultRoute' => 'setting', //set setting as default route optional
    'modules' => [
        'setting' => [
            'class' => 'tejrajs\setting\Module',
            'controllerNamespace' => 'tejrajs\setting\controllers'
        ],
    ],

Access Url

  1. backend : http://you-domain/backend/web/setting

To Use Mail In common/config/main.php

'components' => [
    'mail' => 'tejrajs\setting\components\Email',
],

```, (*8)

The Versions

23/07 2015

dev-master

9999999-dev https://github.com/tejrajs/setting/blob/master/README.md

Yii2 Framework Dynamic Setting - Development package

  Sources   Download

GNU GPL V3

The Requires

 

by tej raj shrestha

setting

22/07 2015

0.0.1

0.0.1.0 https://github.com/tejrajs/setting/blob/master/README.md

Yii2 Framework Basic Setting - Development package

  Sources   Download

GNU GPL V3

The Requires

 

by tej raj shrestha

setting