Deploying Laravel as a subdomain of a wordpress site
There is a blog built using wordpress under a domain.com. Now the api of mobile app are written with laravel. I want to deploy laravel in the same hosting to access api as api.domain.com or domain.com/api . I am clueless about this kind of deployment. Any help or clue?
Well you first need to decide how you're going to host your application. Is it a shared server (bad idea), is it a VPN? Do you have multiple projects on one server or is the subdomain running on a different server? That means you have to play around with DNS.
Without information I really can't help you further!
@bobbybouwmann
Hello
I know this is old question, but i'm facing this specific problem,
VPS Server, there is subdomain and i need to put my laravel project in subfolder, how should i deal with laravel public_html folder >