Posts tagged 'laravel' | Deploynix Laravel Blog
All posts

Posts tagged ‘laravel’

19 posts on laravel.

Migrating From Laravel Vapor to Deploynix: Trading Serverless for Servers

Migrating From Laravel Vapor to Deploynix: Trading Serverless for Servers

Vapor is brilliant until your traffic goes steady and the Lambda bill stops making sense. A practical migration guide: mapping Vapor concepts to servers, draining SQS safely, cutting over DNS, and a worked cost example showing where the savings come from.

Sameh Elhawary · Aug 27, 2026 · 20 min read
ARM vs. x86 Servers for Laravel: Should You Switch in 2026?

ARM vs. x86 Servers for Laravel: Should You Switch in 2026?

Hetzner's ARM servers cost roughly 26% less than their x86 twins for identical vCPU and RAM. We break down what that gap means for Laravel: single-thread speed per request, PHP-FPM concurrency, arm64 compatibility in 2026, and a safe blue/green migration path.

Sameh Elhawary · Aug 23, 2026 · 19 min read
Migrating From Heroku to Deploynix: A Cost and Control Upgrade for Laravel

Migrating From Heroku to Deploynix: A Cost and Control Upgrade for Laravel

A step-by-step runbook for moving a Laravel app off Heroku: concept mapping, pg_dump migration, queue workers, DNS cutover, and a worked cost example showing a $115/month Heroku stack replaced by a $12-24 VPS.

Sameh Elhawary · Aug 21, 2026 · 18 min read
Passkey Authentication in Laravel 13: Setup, HTTPS Requirements, and a Sane Rollout Plan

Passkey Authentication in Laravel 13: Setup, HTTPS Requirements, and a Sane Rollout Plan

Laravel 13 ships first-party passkey support. We cover how WebAuthn actually works, why the relying party ID is a one-way door, why staging needs real HTTPS, how to test with virtual authenticators, and a phased rollout plan that won't lock your users out.

Sameh Elhawary · Aug 19, 2026 · 24 min read
Laravel 13 Native Attributes: Slimmer Models and a Cleaner Codebase

Laravel 13 Native Attributes: Slimmer Models and a Cleaner Codebase

Laravel 13 replaces $table, $fillable, and $hidden with native PHP attributes across 15+ framework locations. Here's what changed, real before/after code for models, listeners, and mailables, and a pragmatic plan for migrating a production codebase without drama.

Sameh Elhawary · Aug 17, 2026 · 19 min read
Laravel 13 Native Attributes: Slimmer Models and a Cleaner Codebase

Laravel 13 Native Attributes: Slimmer Models and a Cleaner Codebase

Laravel 13 replaces $table, $fillable, and $hidden with native PHP attributes across 15+ framework locations. Here's what changed, real before/after code for models, listeners, and mailables, and a pragmatic plan for migrating a production codebase without drama.

Sameh Elhawary · Aug 12, 2026 · 19 min read
Building an MCP Server in Laravel: Let AI Agents Talk to Your App Safely

Building an MCP Server in Laravel: Let AI Agents Talk to Your App Safely

Build an MCP server in Laravel with the official laravel/mcp package: tools, resources, prompts, Sanctum authentication, per-tool policies, rate limiting, audit logging, Pest tests, and production deployment. A security-first walkthrough from the Deploynix team.

Sameh Elhawary · Aug 09, 2026 · 22 min read
Laravel Reverb's New Database Driver: Real-Time WebSockets Without Redis

Laravel Reverb's New Database Driver: Real-Time WebSockets Without Redis

Laravel 13 added a database scaling driver to Reverb, so you can run multi-process WebSockets without Redis. We cover how it works, when to use it, and the full production setup: Supervisor, Nginx TLS, file descriptors, and monitoring.

Sameh Elhawary · Aug 03, 2026 · 20 min read
Laravel 13's First-Party JSON:API Support: Standards-Compliant APIs Without Packages

Laravel 13's First-Party JSON:API Support: Standards-Compliant APIs Without Packages

Laravel 13 ships first-party JSON:API support: resource classes that handle serialization, sparse fieldsets, relationship inclusion, and pagination links automatically. Here's how the new classes work, when to migrate from classic API Resources, and how to run a compliant API in production.

Sameh Elhawary · Aug 02, 2026 · 21 min read
You Don't Need Kubernetes for Your Laravel App

You Don't Need Kubernetes for Your Laravel App

A team of 8 spent 60 hours a week maintaining Kubernetes before moving to Docker Compose. For Laravel apps, the case against k8s is even stronger. Here's the boring architecture that actually works, and the rare cases where k8s earns its keep.

Sameh Elhawary · Jul 16, 2026 · 14 min read
Deploying AI-Powered Laravel Apps: Queues, Streaming, Timeouts

Deploying AI-Powered Laravel Apps: Queues, Streaming, Timeouts

LLM calls run 30-120 seconds and break every default your Laravel server ships with. Queue and Horizon configuration, Nginx streaming, end-to-end timeout budgets, retry safety, and cost tracking for AI workloads in production.

Sameh Elhawary · Jul 16, 2026 · 16 min read
SQLite in Production for Laravel: When One File Wins

SQLite in Production for Laravel: When One File Wins

The honest guide to running SQLite in production for Laravel: the WAL config that matters, backups that don't corrupt, Litestream replication, the atomic-deploy gotcha, and the signals that it's time to move to MySQL or Postgres.

Sameh Elhawary · Jul 15, 2026 · 14 min read