What's the most affordable way to host demo laravel apps?
Hello guys,
I have several demo laravel apps to showcase.
What's the cheapest way to host small laravel apps?
I'm coming from Angular developer background. Google provides free hosting for angular apps on Firebase. It gives you 10GB free so if you're not running a serious business with your app, you can host your demo angular apps for free.
Is there anything like Firebase for Laravel apps? what do you guys do when you want to host a few demo apps? my current plan is to not rent expensive servers for that.
The problem is usually free PHP hosting is very limited and needed folders cannot be accessed. But Google free laravel hosting.
One I have is 3.95 per month, a small site. Also check https://www.heroku.com
Good idea but that will work only when my computer is running all day long...
What I'm trying to do is hosting all of my laravel demo apps to showcase example works to my clients ... and this doesn't guarantee I will be getting any deal so I'm looking for a free solution to do that.
It sounds not bad. Yes, it comes with free SSL just like Firebase.
It has 20GB SSD space but I wonder if I'll need that much for a demo app. Even 3GB will do the job.
I went for strato.nl back then, a german company:
9E / month:
2 CPU vCores
200 GB SSD/HDD
Traffic unlimited
4 GB RAM
Ubuntu 16.04
Their are lots of tutorials for setting up nginx with catch all subdomains + php + mysql.
I usually set it up so that {sub}.domain.com links to the folder /var/www/sub/public/
this way you can auto create subdomains by simply uploading / git pulling a project into the correct folder on your server.