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

laravel2019's avatar

Cheapest way to run a Laravel website online

Hello;

Is there a free way to run a Laravel website online or do I need a domain and server? Either what are the best options? Thanks

0 likes
2 replies
STEREOH's avatar

Any shared host could potentially host a Laravel application as long as it runs these pre-requirements :

PHP >= 7.1.3
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Ctype PHP Extension
JSON PHP Extension
BCMath PHP Extension

https://laravel.com/docs/5.8#server-requirements

Please or to participate in this conversation.