Branding customization in Filament v3 admin pannel
Brand Logo
Let's start by customizing the brand logo, There are two ways we can change the default brand name or logo.
By method ( ⚠️ filament v3.0.53+)
use Filament\Panel;
public function panel(Panel $panel): Panel
{
return $panel
...
blog.mfazail.com2 min read