Themes brandLogo
Hello friends, I have a problem here, when trying to use the brand logo method, an error appears saying that it does not exist. Any solution?
https://filamentphp.com/docs/3.x/panels/themes#adding-a-logo
Solution:Jump to solution
So you fixed it to 1 version. Do you know how they work? If not please check the composer docs. You need
^3.0.0
(note the ^
) in the beginning.11 Replies
Update Filament π
ok I'll try
still the same error
What's the Filament version?
php artisan about
v3.0.0
We are on v3.0.78 currently so you didn't properly update
So what is the specific command if I did composer update?
What does your
composer.json
look like?Solution
So you fixed it to 1 version. Do you know how they work? If not please check the composer docs. You need
^3.0.0
(note the ^
) in the beginning.ok I'll try