I have tested other solutions , and I had some issues with Nginx because it was giving me 405 error everytime someone tried to make a post request to my server url, but with Laravel Forge that didn't happen and it was all smooth and successful.
We moved our services to Render and can't be happier!
Based on our record, Render seems to be a lot more popular than Laravel Forge. While we know about 471 links to Render, we've tracked only 32 mentions of Laravel Forge. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This is actually a 3rd option for laravel. I assume they are making money to support the project by offering these curated cloud deployment offerings. https://vapor.laravel.com/ https://forge.laravel.com/ https://app.laravel.cloud/. - Source: Hacker News / 2 months ago
Now that this is all in place, we want to actually deploy our API. Now, when it comes to deploying APIs in Laravel, there are multiple approaches you could take. Laravel Forge is a great option, and will automatically deploy for you to your own infrastructure based on GitHub webhooks. Another option is to use something like Ploi.io which is similar to Laravel Forge but built and maintained by a different company.... - Source: dev.to / 2 months ago
Before you go through the pain and challenge of configuring your own server you should perhaps consider Laravel forge. I trust they would know better how to deploy a laravel app. - Source: dev.to / 7 months ago
Laravel Forge: Laravel Forge simplifies server management, deployment, and scaling of Laravel applications. It provides an easy-to-use interface for configuring servers, deploying code, managing databases, and more. Ideal for developers who want to automate server management with minimal effort. - Source: dev.to / 8 months ago
The comments on this thread are interesting. I use Laravel extensively. For big applications, serving lots of users. It works when the application is relatively complex, and the ecosystem is second to none. Need to just throw it up on a server? There's Forge[1]. A better CI/CD process? Envoyer[2]. Want serverless? Not for me, but Fathom[3] use it to deal with >100Ms of hits a day; there's Vapor[4]. All three of... - Source: Hacker News / 8 months ago
Set Up Render Deployment Go to https://render.com and sign in. Click "New" → "Web Service". Connect your GitHub account and select the backend repository. Fill in deployment settings: Name: my-backend Build Command: npm install (or your language’s equivalent) Start Command: npm start or node index.js Environment: Node, Python, etc. Add your required Environment Variables in the Render dashboard. Click "Create Web... - Source: dev.to / 13 days ago
When it comes to hosting an API, there are plenty of options available. For this particular API, we’ll use Render. - Source: dev.to / 26 days ago
We will need a real database to apply migrations and store our data. You can install Postgres on your machine or use a Cloud Platform like Neon, Render, etc. - Source: dev.to / about 1 month ago
Render is a more traditional hosting platform that can build and deploy your applications, websites, and databases. As a unified platform, Render is an awesome choice for both seasoned developers and beginners, as you do not have to worry about using multiple platforms to host your application and your database(s). It can run various projects, from static sites and web applications to background workers, APIs,... - Source: dev.to / about 1 month ago
I then containerized the backend python code using Docker and deploy it on render.com because of how fast and easy it is. I also build everything for WebGL for the last time, upload it on itch.io, and a huge sense of accomplishment when I can actually play against my own bot! - Source: dev.to / about 1 month ago
Ploi.io - Stop the Hassle. Start deploi'ing. Use Ploi.io for easy site deployments. We take all the difficult work out of your hands, so you can focus on doing what you love: developing your application.
Fly.io - Edge computing is the new frontier.
ServerPilot.io - Centralized hosting control panel for Wordpress and PHP web sites
Railway - Made for any language, for projects big and small.
RunCloud - Hassle-free PHP web application & server management panel
Vercel - Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.