I have a custom PHP website that uses PHP firebase admin SDK along with composer (Dependency manager). The website is working perfectly on my localhost.
when I try to upload my website to the public_html Directory of Hostgator hosting then I can't see the website.
I think it is due to the composer as Hostgator shared hosting don't support composer by default.
I just want to know possible solutions that can be used to make my project live on my server.
please help me