PHPackages                             formfeed-uk/nova-logo-url - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. formfeed-uk/nova-logo-url

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

formfeed-uk/nova-logo-url
=========================

A Laravel Nova Package for custom App Logo Urls and Links

2.0.2(3y ago)882.1k—2.1%3[1 PRs](https://github.com/Formfeed-UK/nova-logo-url/pulls)MITVuePHP ^7.3|^8.0

Since Sep 27Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Formfeed-UK/nova-logo-url)[ Packagist](https://packagist.org/packages/formfeed-uk/nova-logo-url)[ Docs](https://github.com/formfeed-uk/nova-logo-url)[ RSS](/packages/formfeed-uk-nova-logo-url/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Nova 4 Logo Url
===============

[](#nova-4-logo-url)

This [Laravel Nova](https://nova.laravel.com/) package adds the ability to set a custom link address, image source, and class for your main App Logo in Nova 4

Requirements
------------

[](#requirements)

- `php: ^7.3|^8.0`
- `laravel/nova: ^4.0`

Features
--------

[](#features)

- Custom Logo URL
- Custom Dark Mode logo URL
- Custom Logo Link Url
- Custom Logo Class

Installation
------------

[](#installation)

Install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require formfeed-uk/nova-logo-url
```

Usage
-----

[](#usage)

### Configuration Options

[](#configuration-options)

To configure the logo options, add the following to your `config/nova.php`

```
// config/nova.php

return [

...

    'brand' => [
        ...
        'logo_src' => 'https://mydomain.com/img/mylogo.png',
        'logo_src_dark' => 'https://mydomain.com/img/mylogo-dark.png', // optional
        'logo_href' => 'https://google.com',
        'logo_class' => 'h-10',
        ...
    ]

...

]
```

### Deprecated Configuration Options

[](#deprecated-configuration-options)

Please note that as of 2.0.0 the following configuration options are now deprecated, and will be removed in a future release, please see the new configuration options above.

```
'logo_url'
'logo_link'

```

### Known Issues

[](#known-issues)

- Internal links will result in a full page load rather than following an Inertia Link
- Due to the way Nova loads package scripts, this will not work for the login page, I recommend using your own login (or breeze or similar) and overriding the login links:

```
    // config/nova.php
    'routes' => [
        'login' => '/login',
        'logout' => '/logout',
        'register' => '/register',
        'forgot_password' => '/forgot_password',
        'reset_password' => '/reset_password'
    ],
```

License
-------

[](#license)

Nova Logo Url is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Total

4

Last Release

1209d ago

Major Versions

1.0.0 → 2.0.02023-01-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/6116a0834c68177c53e80259399de5ad6cbfc8e49e2c945343f1cacf8accd14a?d=identicon)[ianrobertsFF](/maintainers/ianrobertsFF)

---

Top Contributors

[![ianrobertsFF](https://avatars.githubusercontent.com/u/91917328?v=4)](https://github.com/ianrobertsFF "ianrobertsFF (12 commits)")

---

Tags

laravelnovalogo

### Embed Badge

![Health badge](/badges/formfeed-uk-nova-logo-url/health.svg)

```
[![Health](https://phpackages.com/badges/formfeed-uk-nova-logo-url/health.svg)](https://phpackages.com/packages/formfeed-uk-nova-logo-url)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
