Inquiry

I created an admin panel which access to everything and now am creating the users panel .The users are supposed to register , verify their emails and then login into the system and they will only access their information.How best can I do this with filament . I would appreciate any information given to me while implementing this
4 Replies
ChesterS
ChesterS13mo ago
Well this is a bit vague but you can try to create new panel (follow the documentation) and then configure it using
public function panel(Panel $panel): Panel
{
return $panel
->default()
->id('user') // or 'guest' ?
->path('') // Optional - sot that it is your 'homepage' of sorts
->login()
->registration()
->emailVerification()
public function panel(Panel $panel): Panel
{
return $panel
->default()
->id('user') // or 'guest' ?
->path('') // Optional - sot that it is your 'homepage' of sorts
->login()
->registration()
->emailVerification()
codeartisan
codeartisanOP13mo ago
do you mind if we jump onto a call and you explain better I would appreciate so much
Dennis Koch
Dennis Koch13mo ago
Please read the docs first. It's not that hard. And if you get stuck ask questions: https://filamentphp.com/docs/3.x/panels/configuration#introducing-panels
codeartisan
codeartisanOP13mo ago
thank you I will be getting in touch soon incase anything is confusing
Want results from more Discord servers?
Add your server