Importing libraries

Hello, i’m new to yii, and i’m looking for a way to integrate the framework with webix libraries in order to implmenent the front end, my questyion is, how do i do this, which files need to be modified, and if the library must be copied to the vendor folder or the yii-soft folder inside vendor, Thanks.

vendor dir is just for composer package.

easy and fast

webix is a javascript library so no need to put it in other directory than web and modify the application template adding the <script> tag to include it

Better way with a bit of learning curve

To register the script in the application you must include it in application assets, usually assets/AppAsset.php

http://www.yiiframework.com/doc-2.0/guide-structure-assets.html