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.
Discover powerful and user-friendly Filament admin panels that simplify backend management.
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.
Admin Panels
Launch Laravel apps faster with this Filament PHP starter. Includes ready-to-use backend & member panels, user roles, Horizon, and more.
Admin Panels
Kickstart your Laravel 13 projects with Filament PHP. Secure, customizable backend panel ready for unlimited projects.
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 dynamically set logos and colors in a Filament multi-tenancy panel. Customize branding per tenant using middleware and database configurations.