Laravel & PHP

Exploring the Laravel CMS powering this site — Filament admin, block-based pages, and container deployments.

All AWS & Cloud (6) AWS Cloud Practitioner (6) Django & Python (5) Laravel & PHP (3)
Seeding Demo vs Generated Content in a Laravel Docker Container
03 May 2026 · Matt Laravel & PHP
Seeding Demo vs Generated Content in a Laravel Docker Container

How the DatabaseSeeder switches between demo posts and AI-generated content based on a base64 environment variable.

Read more →
Building an Admin Panel with Filament 4
30 Apr 2026 · Matt Laravel & PHP
Building an Admin Panel with Filament 4

Key patterns from the Filament 4 PostResource — custom publish actions, RichEditor, and dehydration control.

Read more →
Block-Based Pages in Laravel: How This CMS Works
27 Apr 2026 · Matt Laravel & PHP
Block-Based Pages in Laravel: How This CMS Works

A walkthrough of the JSON block architecture behind the page builder — from the Filament form to the Blade renderer.

Read more →