Yiiboilerplate: Access Yiibooster Components From Fe

Hi,

I’m using YBPlate and it includes YiiBooster. I want to access components of YiiBooster in FE just as I can access them on Back End. I have tried anything I could including alias like common.bootstrap.widgets.TbActiveForm but I cannot find it. I get error saying

I have run out of Ideas and I need help.

regards,

Stefano

I found it,

Just add to config in FE


 

/* load bootstrap components */

'bootstrap' => array(

    'class' => 'common.extensions.bootstrap.components.Bootstrap',

    'responsiveCss' => true,

 ),