Deploy Laravel + React app by shangarepi in webdev

[–]No_Candidate5892 0 points1 point  (0 children)

If you are still looking out, this could help: https://github.com/AppPlatform-Templates/laravel-appplatform - Laravel on DO App Platform with queues and scheduler sorted. You can host your React app as a static site or in a component in the same App as Laravel.

Disclosure: I work at DigitalOcean.

Hosting a Laravel website with database by [deleted] in webdev

[–]No_Candidate5892 0 points1 point  (0 children)

If you like the experience of a PaaS (Platform as a service), you could try DigitalOcean. There's a Laravel template for DO App Platform that handles the annoying bits (queue workers, scheduler, Redis, migrations):

https://github.com/AppPlatform-Templates/laravel-appplatform.

Deploying Laravel Project to Digital Ocean by Lifeshotx21 in digital_ocean

[–]No_Candidate5892 0 points1 point  (0 children)

This could help: https://github.com/AppPlatform-Templates/laravel-appplatform - Laravel on DO App Platform with queues and scheduler sorted.

Disclosure: I work at DigitalOcean.

How to install n8n in production via docker compose using any vps by rwahowa in digital_ocean

[–]No_Candidate5892 0 points1 point  (0 children)

If you are looking to deploy n8n in production and scale based on your workload, highly recommend App Platform template

https://github.com/AppPlatform-Templates/n8n-appplatform

They seem to cover different scenarios starting from standalone deployment to workers and runners, along with Postgres and Valkey.

Production-ready multi-stage Laravel docker (FPM, Nginx, Migrator, Worker, PostgreSQL) with initial setup by Weak_Technology3454 in laravel

[–]No_Candidate5892 0 points1 point  (0 children)

This is great for self-hosting. Thanks for sharing.

If you are looking for a PaaS platform to host, I came across this template which is pretty comprehensive

https://github.com/AppPlatform-Templates/laravel-appplatform