Blog tag

#Filament PHP

5 posts tagged with Filament PHP.

← Back to all posts
4 min read

How I Automated Portal Feature Generation in HomeForged Using Modular Pipelines

I replaced a brittle monolithic code generator with a modular pipeline—fixing 72+ test failures and fully automating portal UIs in Laravel.

LaravelFilament PHPCode GenerationPipeline ArchitectureDeveloper Tooling
Read more
4 min read

Building a Reusable Avatar Upload System in Filament PHP with Security First

How I built a secure, reusable avatar upload component in Filament PHP using Laravel 12, with strict validation and image cropping.

Filament PHPLaravelImage UploadSecuritySpatie Media LibraryPHP
Read more
4 min read

How I Built a Scalable Status Management System in Filament PHP

Learn how I implemented granular status actions in Filament PHP for form submissions with audit logging and state validation.

Filament PHPLaraveladmin panelstatus managementaudit loggingstate machines
Read more
4 min read

Upgrading to Laravel 12: Lessons from a Real-World Filament Starter Project

Here’s what I learned upgrading the DataAnno Fil Starter to Laravel 12—config tweaks, Filament quirks, and how to test through the noise.

LaravelFilament PHPUpgrade GuidePHPDeveloper Experience
Read more
3 min read

How I Fixed Form Submissions in Filament PHP with Dynamic Field Handling

I refactored dynamic form field rendering in Filament PHP to eliminate bugs and simplify future field additions in Laravel 12.

Filament PHPLaravel 12dynamic formsform handlingrefactoring
Read more