You can try https://www.heroku.com/
Web hosting for laravel
Is there any free and easy access web hosting for laravel? I want to deploy my project. I tried 000webhost but it has limited mb for project. tyia.
I tried 000webhost but it has limited mb for project.
@sheeping A free web host has limits? Quelle surprise!
Of course a free web host is going to limit how may megabytes you can store (and problem transfer too). No one’s just going to give servers away.
@martinbean i know, just wanted to know if there's any. so what is the best/better/good webhosting for laravel? except forge.
@sheeping You’re not going to get anything decent for free. Any free hosting is going to have limits.
@martinbean what hosting do you suggest?
You can try https://giveitweb.com we offer a 4.99 plan / month which supports laravel/php
use coupons below for a 25% discount
Small Hosting Plan Coupon Code = laracasts-small
Medium Hosting Plan Coupon Code = laracasts-medium
Large Hosting Plan Coupon Code = laracasts-large
@giveitweb is there any assurance that I can deploy my project there? I just dont want to take risk. Some web hosting with subscription don't support laravel framework.
Yes i'm in support i can help you get started, this is a laravel test install we performed - https://giveitweb.com/laraveltest/
@sheeping Shared hosting won't have all the goodies like queues or sometimes not even access to SSH to run artisan commands.
Heroku is a great platform if you don't want or need the hassle of managing a server. Beware though, if you need things like mySql of Redis, you'll have to use plugins. The costs can mount up if you have to scale.
If you're confident about managing a VM need the flexibily then I'd take a serious look at Digital Ocean.
Like @bashy said, you won't find a free solution if you want to host anything more than a hobby project.
btw FORGE is not a webhosting - rather than a tool to HELP with your servers...
any suggestion where can I deploy my laravel?
@sheeping What sort of features do you need? Redis? MySQL? ElasticSearch? Varnish?
@bashy mysql
Please or to participate in this conversation.