Reader Stacks

GUIDES

Hosting & Deployment

Hosting comparisons, deployment pipelines, and server config.

Installing a Full LAMP Stack on Ubuntu

LAMP is just Linux, Apache, MySQL, and PHP installed and wired together — each piece is a small, separate install, and the only genuinely fiddly part is confirming Apache is actually executing PHP rather than serving it as plain text.

Installing PHP on Ubuntu: Single and Multiple Versions

The Ondřej Surý PPA is what makes running several PHP versions side by side on one Ubuntu server actually practical — Ubuntu's own default repositories only ship one PHP version at a time.

Removing "public" From the Laravel URL

Three real approaches — virtual host document root, a root .htaccess rewrite, and symlinking — with the tradeoffs that actually matter for picking one.