Blog tag

#Filament

19 posts tagged with Filament.

← Back to all posts
4 min read

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.

FilamentLaravelLivewirePHPDeveloper ExperienceAdmin Panels
Read more
4 min read

Securing Forced Password Resets in Laravel 12: Handling Auth State Across Impersonation Sessions

How I fixed a critical auth flow in AustinsElite by syncing forced password resets across Laravel 12 and Laravel 12 during admin impersonation.

LaravelAuthenticationSecurityFilamentSession ManagementHybrid Architecture
Read more
4 min read

How I Built a Sales Audit System Using a SQLite Backup in Capital City

I turned a cold SQLite backup into a secure, queryable sales audit dashboard using Laravel and Filament—without touching production.

LaravelSQLiteFilamentData AnalysisAudit SystemsLegacy Data
Read more
4 min read

How I Streamlined Contract Management in a Laravel Admin Dashboard by Extending Form Logic and Dependencies

Adding a critical SMS permission field and updating key Laravel dependencies—without breaking the build.

LaravelFilamentform validationdependency managementadmin panel
Read more
4 min read

From Legacy Dates to US Format Consistency: How I Enforced Regional Standards in a Full-Stack Laravel-Next.js App

How I standardized US date formatting across a Laravel-Filament-Next.js app during a legacy data migration.

LaravelFilamentDate FormattingLegacy MigrationFull-StackHybrid Architecture
Read more
4 min read

How I Scaled Dashboard Personalization with Role-Based Widgets in Laravel Filament

I built a dynamic, permission-aware dashboard in Laravel Filament that scales with team roles—here's how I did it.

LaravelFilamentSpatie PermissionsDashboard DesignRole-Based Access
Read more
3 min read

From Click to PDF: Adding Export & Email Functionality to Filament Admin Panels

How I added PDF export and email sharing to form submissions in a Laravel Filament admin panel using dompdf and Laravel Mail.

LaravelFilamentPDFEmailAdmin Panels
Read more
3 min read

Supercharging Admin Workflows: Bulk Status Updates and UI Polish in Filament PHP

How I built a bulk status update command and refined my Filament admin panel for better clarity and efficiency.

LaravelFilamentArtisanAdmin PanelPHP
Read more
4 min read

How I Fixed Null-Safety Bugs in Laravel User Models (And Made My Admin Panel More Resilient)

Fixed critical null-related crashes in Laravel user models using practical null-safe patterns, improving admin stability.

LaravelPHPFilamentNull SafetyError Handling
Read more
3 min read

How I Structured Marketing Data in Laravel Using Filament Clusters

I grouped related marketing resources in Filament to improve clarity, permissions, and scalability in my Laravel 12 backend.

LaravelFilamentBackend ArchitectureDeveloper ExperienceCode Organization
Read more
3 min read

The Hidden Impact of Default Sorts and Code Formatting in Developer Experience

How small tweaks like default sorting and code formatting dramatically improved maintainability in my Laravel/Filament backend.

LaravelFilamentDeveloper ExperienceCode QualityPintBackend
Read more
3 min read

How I Kept My Laravel 11 Upgrade Smooth with Filament Asset Syncing

Here's how I avoided frontend-backend drift after upgrading to Laravel 11.6.1 by syncing skeletons and properly publishing Filament assets.

LaravelFilamentPHPAsset ManagementUpgrades
Read more