Hello everyone,
I am working with Yii1 in a vagrant environment and my vendor folder is outside the webroot. The challenge I am having is that when I require a new vendor package, vendor autoload does not read but when I move the vendor folder into the webroot, it reads the class. Please can anyone help me out with this cos the vendor folder needs to be outside the webroot.
Thanks