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

alihoushyaripour's avatar

System requirements for Laravel to launch in a vps?

Hi,

Up to now i test my project in a shared host that is very slow and weak, now I want to publish my project in a VPS, anyone can suggest me a good but not very strong system requirements for that?!

Best regards <3

0 likes
2 replies
allw's avatar

I am assuming this is still for testing? Can't you run it locally?

Cronix's avatar

Impossible to answer without knowing anything about your app. What kind of site? How many simultaneous users might you have? How much data? How much storage to you need for images, etc? Is this something simple, like a "to do list" kind of app, or is it something more complex like ebay?

Your app requirements dictate the server/specs you need, not the other way around.

Laravel itself only needs: https://laravel.com/docs/5.6/installation#server-requirements

As far as how much cpu/memory, etc., that depends totally on your app...

Please or to participate in this conversation.