Filament User Registration Error
Hello there, I'm trying to enable registration for my filament up but when I test it (local env), I get this error:
I was actually watching Kevin Mckee's Rapid Laravel Apps With Filament series where all he did was add the method to the AdminPanelProvider and he was able to register a user through the login page.
Any ideas why this is happening on my end?
Thanks in advanced π
1 Reply
I actually found out just now. I was cycling through the commands I ran. I was thinking of deploying my app so I ran without thinking about what it does.
So after running php artisan I was able to register a user.