Hi! Can i install/use composer on free hosting? I couldn’t find ssh in options. Is that possible?
1 Like
Sure, just install the Composer dependencies on your own computer and upload the generated vendor
folder to your account.
Shell access is not possible on free hosting, so you cannot execute the Composer commands on your hosting account.
2 Likes
thanks!