But Yii throws an Notice Error saying that $bundle is not defined, what i have to do is to rewrite this in views/site/index.php:
use frontend\assets\AppAsset;
$bundle = AppAsset::register($this);
I want to ask if this is the right way to do so, will this re-declaration affect the performance. If it is, is there any way to access the layout params from the view file (In this case, ‘views/site/index.php’.
Thanks for your super fast reply, I will try your solution now. But what is the best way of yours to access layout params in view file? Cos i want to access the baseUrl of my Theme.