yii2-hit-counter

Where do I put this code

$conf = [

];

$conf['modules']['hitCounter'] = [
        'class' => 'coderius\hitCounter\Module',
    ];

$conf['bootstrap'][] = 'coderius\hitCounter\config\Bootstrap';

Depends on what is this code is supposed to do and when.