Engineering

Shipping a Portfolio CMS on cPanel — A Practical Guide

Why cPanel still makes sense for portfolio sites, and how to deploy Laravel + Next.js without Docker.

Super Admin··1 min read

The motivation

Most portfolio CMS posts assume Vercel + a managed Postgres. This one doesn't — cPanel still hosts a huge slice of the web.

Architecture

Laravel on a subdomain, Next.js on the apex domain, local-disk media. That's it.

Related posts