Is it possible to customise the theme, when using web.php?
Like this thread asks at the bottom, I want to have a public page, but I want to customise the page theme to the rest of what my panel is. Can I add like a attribute to the page or something
5 Replies
Okay I figured out how to do colours with
FilamentColor::register(['primary' => Color::Emerald])
But how could I add a logo in?use
brandLogo()
or brandName()
That won't work because I am rendering it in web.php
What do you mean you are rendering it in web.php? But if you’re not in a panel then it’s just standard blade views. Which would need their own css and tailwind config.
ok yea that's what im gonna do