zacksleo/yii2-ad
Composer 安装命令:
composer require zacksleo/yii2-ad
包简介
yii2 ad manage module
README 文档
README
yii2 ad module
Prerequisites
Install Yii2 attachments first
Migration
- Config Migration Path in Yii config file like this
'controllerMap' => [
'migrate' => [
'class' => 'yii\console\controllers\MigrateController',
'migrationPath' => [
...
'@zacksleo/yii2/ad/migrations',
],
],
],
- Or run migration by By migrationPath Parameter
./yii migrate --migrationPath=@zacksleo/yii2/ad/migrations
Config Module in components part
'rom-release' => [
'class' => 'zacksleo\yii2\ad\Module',
]
Use Actions
class AdController extends Controller
{
public function actions()
{
return [
'index' => [
'class' => 'zacksleo\yii2\ad\actions\IndexAction'
]
];
}
}
统计信息
- 总下载量: 6.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-20