How to Disable Registration in Filament v4 When Using Custom Auth Pages
When using discoverPages() in Filament v4, your custom Register page may still be accessible even without ->registration(). Here’s the reason and the fix.
When using discoverPages() in Filament v4, your custom Register page may still be accessible even without ->registration(). Here’s the reason and the fix.
Building compliant internal systems with Filament: lessons on approvals, audit trails, and scalable architecture in regulated finance environments.
Master targeted page navigation in Filament by controlling when and where sub-navigation tabs appear in your resource pages.
How Filament 4 makes it easier to build flexible, reusable interfaces with Livewire
Make Filament TextColumn both clickable and copyable — link on text, copy on icon — with a simple AlpineJS hack.
Learn how to set custom login and logout redirects in Filament v4, including intended URLs and panel-specific flows.
Using Spatie’s multilingual tagging system? Here's how to write a Laravel validation rule that ensures tags remain unique across locales
Discover real-world SaaS platforms and admin dashboards built with FilamentPHP - see how developers use it to create powerful Laravel applications.
Revamp your web app's admin interface with a sleek, modern dashboard design. Enhance user experience and streamline functionality effortlessly.
Learn how to use custom page for login and registration across multiple panels in FilamentPHP.