Skip to content

Pashkinz92/yii2-params

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work with params for Yii2

Work with params for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist pashkinz92/yii2-params "dev-master"

or add

"pashkinz92/yii2-params": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

$config['bootstrap'][] = 'params';
$config['modules']['params'] = [
    'class' => 'pashkinz92\params\module\ParamsModule',
];

yii migrate --migrationPath=@pashkinz92/params/migrations

About

params for Yii2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published