Pricing
Dashboard
Optimized for Laravel 10 / 11

Laravel Hosting Built for Speed, Scale & Artisan-Grade DevOps

From a fresh laravel new to production-ready in minutes. Octane-powered PHP workers, Redis queues, Horizon dashboard, Git-based deploys, zero-downtime rollbacks — all managed by Laravel specialists who actually read the framework source.

  • Laravel Octane (Swoole / RoadRunner)
  • Horizon queue dashboard pre-wired
  • Redis 7 cache + session store
  • Composer & Artisan CLI over SSH
  • Git push-to-deploy & rollback
  • PHP 8.1 / 8.2 / 8.3 per-site selector
  • Free SSL & HTTP/3 CDN
  • Daily off-site backups + 1-click restore
4.9/5 from 1,120+ devs
·
30-day money-back
·
24/7 Laravel experts
sylhet@laravel-app: ~/app
$ composer create-project laravel/laravel app
Creating a "laravel/laravel" project...
✔ Installed dependencies in 4.21s
✔ App key generated successfully.
 
$ git push sylhet main
Enumerating objects: 42, done.
✔ Deploy triggered — build #128
→ Running: php artisan migrate --force
✔ Migration complete (0.8s)
→ Running: php artisan octane:reload
✔ Octane workers reloaded
✔ Live at https://app.sylhethost.com
 
$ php artisan horizon
bash
tinker
horizon
telescope
Octane 5–10× faster
Redis 7 cache
Free SSL
PHP 8.3 ready
5–10× Faster with Octane
99.99% Uptime SLA
<24h Free migration
1,120+ Laravel apps hosted

Stop fighting servers. Ship features.

Generic shared hosting treats Laravel like any PHP app — slow boots, no queues, no Octane, manual deploys. Our managed platform is built around the framework: every layer tuned for Artisan, Eloquent, queues and Octane workers.

DIY VPS

Forge / Vapor / raw droplet

You babysit nginx, PHP-FPM, Redis, supervisor, SSL renewals, backups. One bad apt upgrade and your queue workers stop.

  • Manual server setup (4–8 hrs)
  • You patch CVEs at 2 AM
  • No Laravel-aware monitoring
  • Horizon/Octane: you wire it

Generic Shared

Cheapest tier hosting

PHP-FPM pools sized for WordPress. No persistent workers, no Redis, no SSH, no Octane. Cron-only "queue workers" that drop jobs.

  • No persistent Octane workers
  • No Redis (queue = database)
  • No SSH / no Artisan
  • No git deploy

Octane makes Laravel fly

Traditional PHP-FPM boots the entire framework on every request. Octane keeps the app in memory — same code, dramatically more throughput. Here's what we measured on a Business plan with a typical blog + API workload.

  • Same Laravel code, no refactor needed
  • Workers stay warm — zero boot overhead
  • Sub-ms internal cache via Swoole tables
  • Auto-reload on deploy, zero dropped requests
Get Octane-enabled hosting →

Requests / second (higher = better)

PHP-FPM (shared hosting) ~80 rps
PHP-FPM (tuned VPS) ~180 rps
Octane + RoadRunner ~520 rps
Octane + Swoole (ours) ~650 rps

Benchmark: wrk -t4 -c100 -d30s against a typical blog + JSON API endpoint, Business plan, 3 Octane workers. Your mileage will vary — but the order of magnitude holds.

Pick your worker tier

Every plan includes Octane, Redis, Horizon, Git deploy, free SSL, daily backups & 24/7 Laravel support. Upgrade anytime — no downtime.

Save 20%
Starter
Side projects & APIs
500 /mo
 
Start Starter
  • 1 Laravel app
  • 5 GB NVMe SSD
  • 2 GB Redis cache
  • 1 queue worker
  • Composer + Artisan SSH
  • Git push-to-deploy
  • Free SSL + HTTP/3 CDN
  • Daily backup (7-day)
  • Staging environment
  • PHP 8.1 / 8.2 / 8.3
Pro
High-traffic & teams
2500 /mo
 
Start Pro
  • 10 Laravel apps
  • 50 GB NVMe SSD
  • 15 GB Redis cache
  • 8 Octane workers
  • 8 queue workers + Horizon
  • Swoole + RoadRunner both
  • Dedicated IP + WAF
  • Hourly backup (30-day)
  • Team accounts + audit log
  • Webhooks + deploy hooks
Enterprise
Mission-critical scale
5500 /mo
 
Talk to Sales
  • Unlimited apps
  • 100 GB NVMe SSD
  • 50 GB Redis cache
  • 20+ Octane workers
  • Dedicated resources + HA
  • Multi-region failover
  • Private MySQL + Redis
  • 15-min backup + DR drills
  • Named SLA + account manager
  • SQS / S3 compatibility

6 layers every Laravel request passes through

Each layer is pre-tuned for the framework — from edge cache to Octane workers to NVMe-backed MySQL. No "shared pool" bottlenecks.

Edge CDN

HTTP/3, 18+ POPs, static assets cached at edge

LiteSpeed / nginx

SSL termination, HTTP/2 push, gzip + brotli

Octane Worker

Swoole/RoadRunner — app boots once, stays in memory

Redis Cache

Cache, session, queue — sub-ms latency

MySQL 8

NVMe-backed, connection pooling, read replicas

NVMe Storage

Gen-4 NVMe, 3x mirrored, 7× faster IOPS

From git push to production in 60 seconds

No FTP. No "upload the zip". Push to main and our build runner handles the rest — Composer install, migrations, Octane reload, atomic symlink swap. Zero downtime, zero babysitting.

  • 1
    Git push triggers build

    Connect a GitHub / GitLab / Bitbucket repo. Every push to main spins up an isolated build container.

  • 2
    Composer + npm build

    composer install --no-dev, npm ci && npm run build, asset fingerprinting — all in an ephemeral env.

  • 3
    Migrate + reload Octane

    php artisan migrate --force runs in a transaction-safe way, then Octane workers hot-reload with zero dropped requests.

  • 4
    Atomic symlink swap

    New release goes live via symlink swap. One click — or one artisan deploy:rollback — reverts instantly.

Deploy your first app →
deploy.log — build #128
$ git push sylhet main remote: counting objects... 42 done ✔ Build #128 queued   [1/5] Cloning repo into build container... ✔ Done in 0.9s [2/5] Running composer install --no-dev... ✔ 124 packages installed (3.2s) [3/5] Building frontend (vite)... ✔ Build complete (8.4s) [4/5] Running migrations... → 2024_11_12_000001_add_tags_table ✔ Migrated (0.8s) [5/5] Reloading Octane workers... ✔ 3 workers reloaded atomically   ✔ Live at https://app.sylhethost.com Total time: 18.7s

Every tool a Laravel dev expects, ready to go

SSH in. Run composer, artisan, tinker, npm. Wire webhooks. Tweak PHP-FPM. Everything you'd do on your own VPS — without the VPS babysitting.

SSH Access

Key-based auth, optional 2FA. Full shell on every plan.

ssh sylhet@app.sylhethost.com

Composer 2.7

Install / update packages without memory limits.

composer require laravel/horizon

Artisan CLI

All commands available: migrate, tinker, horizon, octane.

php artisan tinker

Tinker REPL

Interactive shell for Eloquent & service container.

User::where('active', 1)->get()

Git Push-to-Deploy

Connect GitHub / GitLab / Bitbucket. Auto-deploy on push.

git push sylhet main

Node 20 + npm / pnpm

Build frontend assets with Vite, Mix, or Tailwind CLI.

npm ci && npm run build

Deploy Hooks

Run custom scripts pre/post deploy. Slack / Discord notify.

after: php artisan scout:import

Rollback in 1-click

Every build kept 30 days. Revert to any release instantly.

php artisan deploy:rollback

Cron / Scheduler

Laravel scheduler wired automatically. Just define tasks.

* * * * * php artisan schedule:run

Horizon Dashboard

Live queue monitoring at /horizon, IP-allowlisted.

https://app.sylhethost.com/horizon

Telescope

Debug helper on a subdomain. Password-protected, dev-only.

https://telescope.app.sylhethost.com

WP-CLI Style Repl

Run one-off scripts via artisan tinker --execute.

php artisan tinker --execute="..."

The data layer your Laravel app deserves

MySQL 8 with connection pooling, Redis 7 for cache/queue/session, Meilisearch for full-text, SQS-compatible queues for cross-region. All pre-wired — just set the .env connection string.

MySQL 8.0

v8.0.36 · InnoDB · NVMe

Connection pooling keeps query latency sub-ms. Read replicas available on Pro+. Slow query log auto-captured to Telescope.

  • 3x mirrored NVMe storage
  • Automatic daily dump + 30-day retention
  • Point-in-time recovery (Pro+)
  • Read replicas for heavy Eloquent queries

Redis 7

v7.2 · AOF · in-memory

Single Redis instance per app for cache, session, queue & Horizon. Persistence-on-write so a reboot never nukes your queue.

  • Dedicated instance (not shared)
  • AOF + RDB persistence
  • Sub-millisecond latency
  • Horizon-compatible out of the box

Meilisearch

v1.6 · typo-tolerant · instant

Laravel Scout-compatible full-text search. Drop-in replacement for Algolia — same API, no per-query cost. scout:import runs nightly.

  • Typo-tolerant, instant search
  • Drop-in for Algolia / Elasticsearch
  • Free on Business+ plans
  • Auto-indexes Eloquent models

8 layers of Laravel-aware security

Security built for the framework — from .env protection to WAF rules tuned for Laravel's routing. We patch, you ship.

  • Web Application Firewall — OWASP + Laravel-specific rules
  • Free Auto-Renew SSL — Let's Encrypt + HSTS preload
  • Imunify360 + Malware Scan — real-time PHP malware detection
  • DDoS Mitigation — L3/L4/L7, 2 Tbps+ capacity
  • SSH Key Auth + 2FA — no password login on SSH/sFTP
  • Isolated PHP-FPM per site — one site can't read another's .env
  • Daily Off-site Backups — code + DB + Redis, 30-day retention
  • 24/7 Threat Monitoring — SOC team + auto-incident response

First-class support for every Laravel package

Pre-configured, pre-tuned, pre-wired. Just composer require and go — the infrastructure side is already done.

Octane

Swoole & RoadRunner pre-installed. 5–10× more req/sec.

Horizon

Queue dashboard live out of the box. Supervisor + Redis wired.

Telescope

Debug helper on a subdomain. Password-protected, dev-only.

Sanctum

API tokens & SPA auth. CORS pre-configured for your domain.

Scout

Full-text search via Meilisearch / Algolia. One-click.

Nova / Filament

Admin panel hosting tuned for fast Eloquent & uploads.

Echo / WebSockets

Real-time broadcasting via Pusher or self-hosted WS.

Vapor-compatible

Mirror AWS env vars / SQS queues for non-serverless fallback.

Cashier

Stripe / Paddle webhooks reachable out of the box.

Mail / Notifications

SMTP + Mailgun + Postmark + SES. Per-app mail logs.

Socialite

OAuth providers (Google, GitHub, Facebook) with HTTPS callbacks.

Dusk / Pest

Chromium headless available for CI-style E2E tests.

Pennant

Feature flags backed by Redis or database. Ready out of the box.

Pulse

Performance monitoring dashboard at /pulse.

Reverb

First-party WebSocket server for real-time Laravel apps.

Queue Workers

Supervisor-managed, auto-restart on deploy, Redis or SQS.

Versions you can pick, not versions forced on you

Per-site PHP selector means legacy Laravel 9 apps on PHP 8.1 coexist with brand-new Laravel 11 apps on PHP 8.3. Switch in one click.

8.3 PHP 8.3
8.0 MySQL 8
7.2 Redis 7
20 Node LTS
2.7 Composer
1.6 Meilisearch
11 Laravel 11
3 HTTP/3
1.27 RoadRunner
5.1 Swoole
7.4 Supervisor
3 Git

Move from Forge / Vapor / VPS in under 24 hours

Our Laravel engineers handle the whole migration — repo, database, Redis, queues, scheduled tasks, env vars. Zero downtime, zero data loss.

1

Share access

Securely hand over repo, DB & current server creds (or just a DB dump).

2

We mirror & tune

Provision matching plan, clone DB & Redis, run composer install, wire Horizon + scheduler.

3

Smoke test on staging URL

You get a *.sylhethost.app URL to verify before DNS switch.

4

DNS cutover

We sync last-hour DB delta, flip DNS, monitor 404s/errors for 48h. Done.

Real Laravel apps running on SylhetHost

From early-stage SaaS to high-traffic marketplaces — here's what teams ship on our managed Laravel platform.

ShopPath BD
E-commerce SaaS · Dhaka

"Migrated from a Forge-provisioned DO droplet. Octane gave us a 4x throughput bump on the same hardware, and Horizon just works out of the box."

Throughput
120msp95 latency
0Downtime
FleetEdge
Logistics platform · Chattogram

"We process 2M+ GPS events/day through Laravel queues. Horizon + Redis on SylhetHost handles the spike without ever throttling. Rollback once saved us from a bad deploy."

2M+Jobs/day
99.99%Uptime
8sRollback
LearnX
EdTech · Sylhet

"Our Nova admin was sluggish on shared hosting. Moved to managed Laravel here — same code, 6x faster Eloquent queries thanks to MySQL 8 + Redis cache."

Faster admin
35kStudents
A+Lighthouse

Everything devs ask before signing up

Real answers from our support team — not marketing copy. Don't see your question? Hit the chat bubble, a Laravel dev will reply in <5 min.

Which Laravel versions do you support? +

Laravel 9, 10 and 11 are fully supported. We keep PHP 8.1, 8.2 and 8.3 selectable per site, so you can run legacy Laravel 9 apps alongside brand-new Laravel 11 apps on the same account.

When a new Laravel version drops, our build image is updated within 48 hours — usually same-day for LTS releases.

Is Laravel Octane really set up out of the box? +

Yes — on Business and higher plans. We pre-install both Swoole and RoadRunner engines, wire up supervisor, and reload workers atomically on every deploy. You just set OCTANE_SERVER=swoole in .env and run php artisan octane:start.

Starter plan uses traditional PHP-FPM (still fast — LiteSpeed + LSCache) since Octane needs persistent workers.

Do I get SSH access for Composer & Artisan? +

Yes — full SSH (key-based auth only, 2FA optional) on every plan. You can run:

  • composer require / composer update
  • php artisan migrate, tinker, horizon, telescope
  • npm ci && npm run build (Node 20 pre-installed)
  • php artisan db:seed, php artisan test

No sudo (we run an isolated PHP-FPM per site), but everything you'd actually need is allowed.

How does Git push-to-deploy work? +

Connect GitHub / GitLab / Bitbucket in the panel. We add a deploy key to your repo. Every push to your configured branch (default main) triggers:

  • Clone into an isolated build container
  • composer install --no-dev --optimize-autoloader
  • npm ci && npm run build (if package.json exists)
  • php artisan migrate --force (skipped automatically on rollback)
  • php artisan octane:reload + symlink swap

Each build is preserved for 30 days — one click (or php artisan deploy:rollback) reverts instantly.

Can I run Laravel Horizon for queue monitoring? +

Yes — Horizon is pre-wired on Business and higher plans. Redis is already configured as the queue connection, supervisor is set up to keep php artisan horizon alive across reboots, and the Horizon dashboard is auto-published at /horizon with IP allowlist + basic auth.

Just composer require laravel/horizon, php artisan horizon:install, set QUEUE_CONNECTION=redis — and you're done.

Do you support scheduled tasks (cron) and Laravel Scheduler? +

Yes — we add the standard * * * * * php artisan schedule:run cron entry on every Laravel site automatically. Just define your scheduled commands in routes/console.php (Laravel 11+) or app/Console/Kernel.php (Laravel 10 and earlier) and they'll fire on schedule.

For long-running tasks (>5 min), use the queue instead — we already wire Horizon for you.

Can I run Laravel Nova, Filament, or Vapor-style apps? +

Yes to all three:

  • Nova — licensed separately by you, we host it. Tuned for fast Eloquent queries & file uploads.
  • Filament — works out of the box; we pre-tune PHP memory_limit and upload_max_filesize.
  • Vapor — if you're already on AWS, you can mirror the same env vars / SQS queues here for a non-serverless fallback. We support SQS as a queue connection.
How does free migration work? +

Open a ticket with "Migration" in the subject. A Laravel engineer will be assigned within 1 hour (during 9 AM–11 PM BST; overnight migrations scheduled for next morning).

Share repo access (deploy key) + DB dump (or read-only DB creds). We provision matching infra, clone DB + Redis, run composer install, wire Horizon + scheduler, and give you a staging URL to verify before DNS cutover. Typical total time: 4–18 hours, depending on DB size.

Do you offer a money-back guarantee? +

Yes — 30-day, no-questions-asked money-back on every Laravel plan. If we mess up the migration or the platform doesn't perform as advertised, we'll refund 100% — including any migration fees. We've issued refunds to ~1.2% of customers in the last 12 months.

Ship your next Laravel app this week.

Get a managed platform that actually understands the framework — Octane, Horizon, queues, Git deploys, rollbacks, all done. 30-day money-back. Free migration. 24/7 Laravel experts on chat.