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 we 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 We Built a Sales Audit System Using a SQLite Backup in Capital City

We 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 We 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 We Enforced Regional Standards in a Full-Stack Laravel-Next.js App

How we 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 We Scaled Dashboard Personalization with Role-Based Widgets in Laravel Filament

We built a dynamic, permission-aware dashboard in Laravel Filament that scales with team roles—here's how we 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 we built a bulk status update command and refined our Filament admin panel for better clarity and efficiency.

LaravelFilamentArtisanAdmin PanelPHP
Read more
4 min read

How We Fixed Null-Safety Bugs in Laravel User Models (And Made Our 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 We Structured Marketing Data in Laravel Using Filament Clusters

We grouped related marketing resources in Filament to improve clarity, permissions, and scalability in our 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 our Laravel/Filament backend.

LaravelFilamentDeveloper ExperienceCode QualityPintBackend
Read more
3 min read

How We Kept Our Laravel 11 Upgrade Smooth with Filament Asset Syncing

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

LaravelFilamentPHPAsset ManagementUpgrades
Read more