Is it possible to add company name next to logo in panel?

I edited the logo and add text but it is blurred
Solution:
$panel
->brandLogo(fn () => view('logo'))
$panel
->brandLogo(fn () => view('logo'))
...
Jump to solution
4 Replies
itsmejyv
itsmejyv3w ago
No description
Rolland
Rolland3w ago
->brandLogo(fn () => view('components.brand'))
->brandLogo(fn () => view('components.brand'))
have you tried this method in your provider?
Solution
LeandroFerreira
$panel
->brandLogo(fn () => view('logo'))
$panel
->brandLogo(fn () => view('logo'))
<!-- logo.blade.php -->
<div class="flex">
<img src="{{ asset('images/your-logo.png') }}" />
<h2>{{ filament()->getBrandName() }}</h2>
</div>
<!-- logo.blade.php -->
<div class="flex">
<img src="{{ asset('images/your-logo.png') }}" />
<h2>{{ filament()->getBrandName() }}</h2>
</div>
If you are using new tailwind classes, you need to create a custom theme https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
itsmejyv
itsmejyv3w ago
thanks guys!
Want results from more Discord servers?
Add your server