Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

PK_06's avatar
Level 1

Laravel Deployment

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.

0 likes
7 replies
PK_06's avatar
Level 1

I don't understand the file structure. Please, is there another documentation about deploying laravel to Wamp server?

PK_06's avatar
Level 1

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.

May be should go back with CodeIgniter.

jlrdw's avatar

There is nothing to this stuff once you take a few weeks and learn it.

There's no definitive guide because there's different setups. The guide I gave works for shared hosting and local development if using xampp or wamp.

I'm sure a digital ocean droplet setup is different.

But that's the main two ways of setting up. The most important is having the main laravel files above htdocs.

Snapey's guide works perfect.

Snapey's avatar

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

PK_06's avatar
Level 1

I already setup the vhost on wamp server but it seems not to be solution

Please or to participate in this conversation.