Admin Panels
How I Structure My Filament Projects Today
A pragmatic look at how I structure my Filament projects after several years working with Laravel. No over-engineering, just a simple setup that helps me move fast and stay efficient.
Tips, tutorials, and best practices for Filament v3, the Laravel admin panel framework.
Admin Panels
A pragmatic look at how I structure my Filament projects after several years working with Laravel. No over-engineering, just a simple setup that helps me move fast and stay efficient.
Performance
Learn how to fix slow Filament resources on large datasets using PostgreSQL partitioning and indexes for better performance.
Admin Panels
Learn how to control the queue for Filament database notifications in Laravel instead of using the default queue.
Admin Panels
Learn how to manage access in Filament using Laravel policies, roles, and permissions. A clear, beginner-friendly guide to secure your admin panel.
Livewire
Learn how to configure Nginx to cache static assets like CSS, JS, and images for better performance in Laravel Filament apps using Livewire.
Admin Panels
Learn how to persist Filament notifications in Laravel so they stay visible across page navigation until the user manually closes them.
Admin Panels
Learn how to set custom page titles and headings in Filament resource pages. Understand the difference and use model data.
Filament V3
Learn how to integrate GitHub login in Filament using the Filament Socialite plugin. Step-by-step setup with custom user creation and profile sync.
Admin Panels
Learn how to require acceptance of terms and conditions in your Filament registration page using the Filament Terms Guard plugin.
Filament V3
Learn how to structure Filament widgets with a flexible grid layout for a responsive and customizable dashboard.
Filament V3
Learn how to manage public alerts in your Laravel application using Filament Notifications. A step-by-step guide with model, middleware, and resource panel.
Filament V3
Learn how to dynamically set logos and colors in a Filament multi-tenancy panel. Customize branding per tenant using middleware and database configurations.