octoweb/yii2-settings
最新稳定版本:1.0.0
Composer 安装命令:
composer require octoweb/yii2-settings
包简介
Module to rule your yandex metrika counters.
README 文档
README
Модуль настроек сайта
php composer.phar require --prefer-dist octoweb/yii2-settings "*"
или
"octoweb/yii2-settings": "*"
Запуск миграции
yii migrate/up --migrationPath=@vendor/octoweb/yii2-settings/migrations
.
backend
<?php ...... 'modules' => [ 'settings' => [ 'class' => 'octoweb\settings\Module', ] ], ...... ?>
доступ /settings/default/index
common
<?php ...... 'components' => [ 'setting'=>[ 'class'=>'octoweb\settings\components\SettingSite' ] ] ...... ?>
использование
<?=Yii::$app->setting->get('site','favicon')?>
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-09