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.
Learn how to use custom page for login and registration across multiple panels in FilamentPHP.