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.
Filament 4 brings speed, flexibility, and a modern design to Laravel admin panels. Build stunning forms, tables, and dashboards without the boilerplate.
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