Hi, is there another way to deploy your web application on a wamp server without using virtual hosting? I need to run it on that kind of server that supposedly for development purpose only. But I have no choice on my company.
I've been here for a few weeks and I realized that there's no accurate explanation about deploying laravel applications properly.
I'm thinking why there's no good documentation about deploying it. And they only provide forge which is their product but it will take a cost.
Man, I don't think it is really good framework and besides I almost forgot the basics in programming.
The main issue installing on WAMP stack is that the scheduler is trickier and can only be set at 5min intervals.
Otherwise, just make sure that wherever on the machine you put the Laravel project, you ensure that the public folder is served by apache as the <DocumentRoot>
Otherwise setup mysql as normal and setup PHP as normal. Note the minimum version numbers for each