Hacker News new | ask | show | jobs
by tomschlick 647 days ago
Laravel already has multiple ways to deploy (other than rolling your own):

Laravel Forge - Deploys a VPS on your own AWS/DigitalOcean/Hetzner/etc - https://forge.laravel.com/

Laravel Vapor - Deploys a serverless function on your AWS account to run your app/cron/queues https://vapor.laravel.com

Laravel Cloud - Differs because it doesn't run on your infrastructure, so less time to setup/configure.

2 comments

Maybe it makes sense from this angle:

Laravel forge - something breaks, you are responsible to fix it

Laravel vapor - something breaks, you are responsible to fix it

Laravel Cloud - something breaks and you can prove, that it's not you code? Someone else is responsible, awesome!

Most projects that use laravel are small shops. To sell them the convenience that they don't need to bother about infrastructure and uptime, is a smart move by laravel.

And envoyer