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.
I'm sure a bunch of people more knowledgeable than me will point you towards trendy solutions like Forge, Vapor, Heroku (is that still a thing ?) and other providers, so I'm not going to tell you about that because I'm not familiar with them. What I am familiar with though is hosting apps on my (or my company's) own servers, and this is what it always boils down to, except some services will do most of the work... - Source: Reddit / about 2 months ago
Laravel Forge is a service that automates the deployment and management of Laravel applications. It can be used to set up and manage servers, deploy code, and manage databases, among other things. - Source: dev.to / 2 months ago
For production app with > 100 paying customers maybe is better option to migrate to something like the Laravel services but for side projects maybe we just need to deploy and to show the app to your friends or get some users and see how it goes spending less as possible. - Source: dev.to / 4 months ago
I publish my PHP applications using Laravel Forge on my server which I have with Hetzner. - Source: dev.to / 4 months ago
For your requirements try Jetstream with the Inertia stack and Cashier with Paddle. For hosting management, try Forge or Vapor. - Source: Reddit / 7 months ago
So I try again but this time before submitting, I copy in the password for the forge.laravel.com account into the 'Password' field. It also says wrong user name or password. - Source: Reddit / 9 months ago
For PHP https://platform.sh has got a lot of traction, but it's notc cheap especially for small apps. If you hadn't wanted the Docker-based backing I would suggest trying one of the services that automates setting up your VMs at AWS, DigitalOcean, Linode etc like https://forge.laravel.com/, https://runcloud.io/, https://serverpilot.io/, https://www.cloudways.com/ etc. - Source: Hacker News / 11 months ago
Not sure my message will help but if you are not using Forge, you should this will avoid this kind of headache https://forge.laravel.com/ for a very small price. - Source: Reddit / about 1 year ago
I've been using Forge since its launch and have never really needed anything else (for small-medium projects). - Source: Reddit / about 1 year ago
If you don't mind the additional cost, Laravel Forge makes deployment a joy. - Source: Reddit / about 1 year ago
If you know ssh or would like to dive into it, I’d give deployer a go. If not, just use forge. You’ll need git for both of these. - Source: Reddit / over 1 year ago
No one mentioned https://vapor.laravel.com/ and https://forge.laravel.com/. - Source: Reddit / over 1 year ago
This is not accurate. While some shared hosts offer node or rails you will be limited by memory and it might not even run your app. The reason PHP is so good for shared hosting is that it runs per request and when you have rarely visited PHP application it requires basically no resources. You can have 100s of small websites sharing resources that get few visitors a day on single server and it will be fine. Try... - Source: Hacker News / over 1 year ago
I'm dying to give laravel forge a try. Heard a lot of good things about it. - Source: Reddit / over 1 year ago
Laravel Forge is a software service that eliminates the headache of building, managing, fine-tuning, deploying and upgrading servers for PHP applications. - Source: dev.to / over 1 year ago
> I end up making a ton of progress: bootstrapping a development environment, databases, frameworks, containers, yada, yada, yada The „modern“ way of development is overcomplicated and not suitable if you are an solo founder, too much time is lost on infrastructure, setup etc. The modern complicated js stack where you need to maybe configure everything for 1-2 days and need to constantly fight webpack is not how... - Source: Hacker News / over 1 year ago
Firefly is written in PHP and the Laravel framework. I write Laravel apps for my job too. To make it easier to deploy them, I use Laravel Forge. Forge creates and configures the server to make it super easy to deploy those PHP apps. - Source: Reddit / over 1 year ago
Now that I'm not on my phone, Laravel Forge was what I was actually thinking of! $12 a month and it manages the server for you - I've never used it before, but it's another tool you can consider if you are hesitant about server management. - Source: Reddit / over 1 year ago
Https://forge.laravel.com/ or https://ploi.io/ might be good? - Source: Reddit / almost 2 years ago
Not all my personal projects use deployer or the GitHub Actions deploy method … yet. For a few projects it doesn't make sense to add all this complexity. Many of my side projects are fine to go down for a couple of seconds or minutes when the app is deployed, through Laravel Forge for example, as I am the sole user. - Source: dev.to / almost 2 years ago
I ended up using https://forge.laravel.com/ to deploy the app to AWS. I then took an image of this app and built on top of it with an ASG, ALB. CF. WAF etc etc. - Source: Reddit / about 2 years ago
Do you know an article comparing Laravel Forge to other products?
Suggest a link to a post with product alternatives.