Ease of Use
Laravel Forge offers an intuitive and user-friendly interface that simplifies the process of deploying and managing servers. Even users with minimal server management experience can navigate through the platform easily.
Automated Deployment
It automates the deployment process for Laravel applications, which can save significant time and reduce the risk of errors compared to manual deployments.
Server Management
Forge provides comprehensive server management tools including SSL setup, server monitoring, and automatic updates, thereby reducing the need for manual server configurations.
Integration with Laravel Ecosystem
Seamless integration with other Laravel tools and frameworks, such as Envoyer and Vapor, enhances the overall development and deployment workflow.
Provisioning and Scaling
Allows easy provisioning of new servers and scaling options, which can be crucial for handling traffic spikes or scaling an application as it grows.
Promote Laravel Forge. You can add any of these badges on your website.
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.
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
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. - Source: Hacker News / 8 months ago
Head over to Laravel Forge. You'll be greeted by a clean and informative landing page. - Source: dev.to / 10 months ago
If you are reading this, you are definetly a web developper looking for an easy way to deploy your Laravel app manually, avoiding extra charges that comes with subscribing to application deployment service such as Laravel Forge. - Source: dev.to / over 1 year ago
Since Laravel runs on PHP, and PHP has been around for decades, getting a server provisioned with the requirements for a LAMP (or LEMP) stack is not too difficult of a task. There's a plethora of options available, from shared hosting to VPS providers. Even managed services like Laravel Forge that can handle the provisioning and configuration of your server for you, similarly to how Next.js has managed application... - Source: dev.to / over 1 year ago
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: about 2 years 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 / over 2 years 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 / over 2 years ago
I publish my PHP applications using Laravel Forge on my server which I have with Hetzner. - Source: dev.to / over 2 years ago
For your requirements try Jetstream with the Inertia stack and Cashier with Paddle. For hosting management, try Forge or Vapor. Source: over 2 years 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: almost 3 years 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 / almost 3 years 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: about 3 years ago
I've been using Forge since its launch and have never really needed anything else (for small-medium projects). Source: about 3 years ago
If you don't mind the additional cost, Laravel Forge makes deployment a joy. Source: over 3 years 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: over 3 years ago
No one mentioned https://vapor.laravel.com/ and https://forge.laravel.com/. Source: over 3 years ago
Do you know an article comparing Laravel Forge to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Laravel Forge. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.