DEV Community

Discussion on: Deploying Laravel8 app on shared-hosting (Hostinger)🌎

Collapse
 
adelinghanaem profile image
Adelin

It is well discouraged to use shared hosting for your Laravel 8 app, WHY ? Can you explain ?

Collapse
 
pushpak1300 profile image
Pushpak Chhajed

laravel app needs more processing power.
Shared hosting has not that memory. if you have some complex application your application will be really slow.
But if you have some small CRUD system your application will work like a charm.

Collapse
 
atiq profile image
Atiq uz Zama

The Laravel application needs dedicated CPU and RAM based on your application traffic and concurrent session for consistent performance. On the other hand, server resources are shared between multiple applications in shared hosting, resulting in high page load time and inconsistent performance. Also, many developers need control over the server to run specific services, Php modules, change MySQL configuration or install additional software services based on application requirements.

In shared Laravel hosting, you can't change the server and software services configuration. Also no customization is allowed or significantly less control on the server.

I personally suggest Managed Laravel Hosting over cloud servers like AWS to all the developers, so you can get the freedom you want without worrying about the hosting complexities. Try Devrims Managed Laravel Hosting.

devrims.com/laravel-hosting/

Some comments have been hidden by the post's author - find out more