For example, I created a new page, and I\'d like to use, for example, backbone.js, custom css file and some collection of images. Where should I declare all this stuff in Yii2?
to use this AppAsset or any other you should register it in the view
use app\assets\AppAsset; AppAsset::register($this);