bree
Integrate filament with jetstream
i did
public function canAccessPanel(Panel $panel): bool
{
$adminEmail = '[email protected]';
return $this->email === $adminEmail;
}
but still anyone can access the panel, not sure what else to do, chatgpt says i need to add an is_admin flag to the db and create middleware for the routes
22 replies