composer 获取
Yii配置
hughcube/yii2-mobile-attribution
$config['components']['mobile_attribution'] = [
'class' => 'hughcube\mobileAttribution\Component',
'db' => 'db',
'table' => 'mobile_attribution',
'cache' => 'mobileAttributionCache'
];
'class' => 'hughcube\mobileAttribution\Component',
'db' => 'db',
'table' => 'mobile_attribution',
'cache' => 'mobileAttributionCache'
];
$config['bootstrap'][] = [
'class' => 'hughcube\mobileAttribution\Bootstrap'
];
'class' => 'hughcube\mobileAttribution\Bootstrap'
];