Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

midwestdev's avatar

Can't modify nova logo

Fresh Install, default everything.

Nova 4

Replaced nova svg with text in vendor/nova/partials

Refresh page, still there... okay figure it's cached. Run php artisan optimize:clear... still hasn't changed.

I need a solution Ty

0 likes
2 replies
midwestdev's avatar

@kokoshneta really... you have to change the logo in the config file, then why does it publish a blade file for the logo? Why does nova have to be so damn opinionated!!! What if I don't want a logo? What if I just want text?

/*
|--------------------------------------------------------------------------
| Branding
|--------------------------------------------------------------------------
|
| These configuration values allow you to customize the branding of the
| Nova interface, including the primary color and the logo that will
| be displayed within the Nova interface. This logo value must be
| the absolute path to an SVG logo within the local filesystem.
|
*/

// 'brand' => [
//     'logo' => resource_path('/img/example-logo.svg'),

//     'colors' => [
//         "400" => "24, 182, 155, 0.5",
//         "500" => "24, 182, 155",
//         "600" => "24, 182, 155, 0.75",
//     ]
// ],

that is genuinely 1000% stupid

Please or to participate in this conversation.