wuxejian / filament-registration
Filament-native user registration with pluggable captcha (Cloudflare Turnstile, Google reCAPTCHA v3) and configurable default-role assignment.
1.2.0
2026-05-19 03:31 UTC
Requires
- php: ^8.2
- filament/filament: ^5.0
- illuminate/support: ^11.0|^12.0|^13.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^9.0|^10.0
- phpunit/phpunit: ^11.0
- spatie/laravel-permission: ^6.0
Suggests
- bezhansalleh/filament-shield: If you use Shield, subclass RegistrationSettings and add the HasPageShield trait to gate the captcha admin page through Shield permissions.
- spatie/laravel-permission: Required only if you set FilamentRegistrationPlugin::make()->defaultRole(...) to auto-assign a role on registration. Without it, role assignment is silently skipped.