Deploy to hosting without composer (v9)

Hi

I was wondering if it’s possible to deploy a site using this theme to a shared host that doesn’t support composer (I’m using v9 btw). If so how would I go about this?

Thanks

Assuming you’re just talking about Sage (and not Bedrock/Trellis as well), all you’d need to do is make sure the contents of [theme]/vendor are uploaded with your theme. You only actually need to be able to run composer during development.

You mean theme/vendor

1 Like

Thanks, you’ve both answered my question. I had a hunch that was the case but wanted to be sure!