Cookies ahead

Our support chat tool "Intercom" would like to collect some more data on you. See the related link for more details.

Docs

Laravel Forge alternative for PHP hosting

Reviewed

Created

Markdown ↓

💸

fortrabbit vs Laravel Forge.

fortrabbit is a Laravel Forge alternative — one integrated managed platform, not a server-management tool layered on top of a VPS.

Laravel Forge alternative at a glance

fortrabbit is a managed PaaS built exclusively for PHP. Laravel Forge is a server-management tool — software you pay for that provisions and configures servers on a VPS provider (DigitalOcean, Linode, Vultr, AWS) that you also pay for. You end up with two bills, a VPS you're ultimately responsible for, and the operational weight of an OS you maintain.

If you want one integrated managed platform instead of "VPS + management software," fortrabbit gives you a tuned PHP environment with git push deploys, integrated MySQL, atomic releases, persistent storage, SSL by default, and human support — all in a single subscription. We've been hosting Laravel apps since before Forge existed. Plans start at €2.50 per month; the trial doesn't require a credit card.

Laravel Forge vs fortrabbit — feature comparison

FeatureForge + VPSfortrabbit
What you pay forForge and VPSOne subscription
AbstractionForge UI on a VPS you ownManaged PaaS
Underlying serverYoursManaged
PHP runtimeForge provisions, you tunePre-tuned, version-pinned
Managed MySQLOn the VPS, you maintainNative, isolated
Deploymentgit via Forge UIgit push
SSL certificatesForge: Let's EncryptAutomatic Let's Encrypt
PatchingYour VPS, your responsibilityManaged
RegionDepends on VPS providerEU (Germany)
SupportForge: email; VPS: separateHuman chat, one contact
Pricing model$12 Forge + $5–$100+ VPSPer-app, monthly
OwnershipYou own the serverPlatform owns runtime

Pricing comparison

Use caseForge + VPSfortrabbit
Small site / devForge $12 + DO $6 ≈ $18 / mo + your time€5 / mo
Production appForge $12 + DO $24 + backups ≈ $40+ / mo€30 / mo
Scaled appForge Pro + bigger VPS + add-ons ≈ $100+ / mo€60–€120 / mo depending on tier

Plus your engineering hours managing the underlying VPS. See fortrabbit pricing for the current matrix.

Migrating from Laravel Forge to fortrabbit

  1. Provision the app on fortrabbit. Pick a region (EU) and a plan. The free trial is enough to validate the move.
  2. Add the MySQL component. From your Forge-managed VPS, mysqldump and import via fortrabbit's SSH tunnel — see MySQL import guide.
  3. Connect your git provider. Install the fortrabbit GitHub App (or connect GitLab / Bitbucket) and link your existing repo to the new fortrabbit app — see deployment intro. Pushes to your branch trigger an automatic deploy; Composer install runs as part of it.
  4. Move environment variables and secrets. Read .env from Forge, set the same values in the fortrabbit dashboard.
  5. Configure queue workers and scheduled tasks. See fortrabbit's Laravel guides for queues and cron on the new platform.
  6. Move uploads and assets. rsync from the Forge-managed VPS into your fortrabbit app's persistent storage via SFTP / SSH.
  7. Cut over DNS. Add the domain in the fortrabbit dashboard, update the DNS record, and watch the certificate issue automatically via Let's Encrypt.
  8. Cancel Forge and the VPS. Once cutover is verified, retire both.

Why teams switch

  • One bill, one contact. No "is it Forge or the VPS?" diagnosis loop.
  • No server to maintain. The OS isn't your problem anymore.
  • PHP-first ergonomics. Composer, OPcache, PHP version pinning, integrated MySQL.
  • Human support. You talk to the engineers who run the platform.

For background on Laravel Forge itself, see our hosting guide entry.

Start a free trial — no credit card

Written by AI, lectured by a human.

AI usage policy