top | item 41457151

(no title)

tomschlick | 1 year 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.

discuss

order

ahofmann|1 year ago

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.

kyleee|1 year ago

And envoyer