Building a Code Switcher in Filament PHP: Enhancing Developer Experience in Admin Panels
How I built a dynamic code switcher in Filament to toggle between PHP, Blade, and API responses—improving docs and onboarding.
How I built a dynamic code switcher in Filament to toggle between PHP, Blade, and API responses—improving docs and onboarding.
How I fixed a critical auth flow in AustinsElite by syncing forced password resets across Laravel 12 and Laravel 12 during admin impersonation.
I turned a cold SQLite backup into a secure, queryable sales audit dashboard using Laravel and Filament—without touching production.
Adding a critical SMS permission field and updating key Laravel dependencies—without breaking the build.
How I standardized US date formatting across a Laravel-Filament-Next.js app during a legacy data migration.
I built a dynamic, permission-aware dashboard in Laravel Filament that scales with team roles—here's how I did it.
How I added PDF export and email sharing to form submissions in a Laravel Filament admin panel using dompdf and Laravel Mail.
How I built a bulk status update command and refined my Filament admin panel for better clarity and efficiency.
Fixed critical null-related crashes in Laravel user models using practical null-safe patterns, improving admin stability.
I grouped related marketing resources in Filament to improve clarity, permissions, and scalability in my Laravel 12 backend.
How small tweaks like default sorting and code formatting dramatically improved maintainability in my Laravel/Filament backend.
Here's how I avoided frontend-backend drift after upgrading to Laravel 11.6.1 by syncing skeletons and properly publishing Filament assets.