I uploaded my yii1 project to live server,there was a library (which I have installed it on local machine using composer) give an error (class not found
), what I did was:
- Ensure that in my file access to autoload file in library correctly.
- Contacting with support team of hosting company to install composer on the server, they replied "you have to use dedicated server or vps to complete this action".
(The library is a client library for LinkedIn).
Should I install composer using ssh protocol on the server? Or is there another solution?