PHPackages                             wdelfuego/nova4-customizable-footer - 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. wdelfuego/nova4-customizable-footer

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

wdelfuego/nova4-customizable-footer
===================================

Customizable footer for Laravel's Nova 4

v1.0.3(4y ago)41.8k1MITPHP

Since Apr 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/wdelfuego/nova4-customizable-footer)[ Packagist](https://packagist.org/packages/wdelfuego/nova4-customizable-footer)[ RSS](/packages/wdelfuego-nova4-customizable-footer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Package deprecated
==================

[](#package-deprecated)

Version 1.0.3 is the final version of this package.

As of Nova 4.3, footer customization is available [natively](https://github.com/laravel/nova-issues/discussions/3892#discussioncomment-2682938) in Nova.

This package is no longer necessary and has been reduced to a wrapper around the native functionality for compatibility reasons, so that developers who don't switch to the native solution don't keep depending on the workaround implemented by previous versions of this package. Read on for the original (&lt; 1.0.3) documentation of this package.

---

This package reintroduces footer customization to Laravel's Nova 4.

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

[](#installation)

Add the dependency to your project's `composer.json`:

```
composer require wdelfuego/nova4-customizable-footer

```

This package sets the default footer content to an empty string, so if you only wanted to remove the default footer you are now done.

Customizing the footer
----------------------

[](#customizing-the-footer)

- Open `app/Providers/NovaServiceProvider.php` and add a use statement for `Wdelfuego\Nova4\CustomizableFooter\Footer`.
- In the `boot` method of that class, set your custom footer content by supplying the raw HTML:

```
Footer::set('Your own footer HTML');

```

Word of warning
---------------

[](#word-of-warning)

This package works by updating the DOM after the Nova interface has been loaded successfully. Finding the footer element in the DOM is not an instantaneous process, the original footer content may still be visible to the end user for a brief moment. This typically only happens when the user first loads Nova.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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 ~4 days

Total

4

Last Release

1470d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1326136?v=4)[wdelfuego](/maintainers/wdelfuego)[@wdelfuego](https://github.com/wdelfuego)

### Embed Badge

![Health badge](/badges/wdelfuego-nova4-customizable-footer/health.svg)

```
[![Health](https://phpackages.com/badges/wdelfuego-nova4-customizable-footer/health.svg)](https://phpackages.com/packages/wdelfuego-nova4-customizable-footer)
```

###  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)[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6123.3M21](/packages/ebess-advanced-nova-media-library)[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)[eminiarts/nova-tabs

Laravel Nova - Tabs.

4624.1M20](/packages/eminiarts-nova-tabs)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[spatie/nova-tags-field

A tags field for Nova apps

3021.9M7](/packages/spatie-nova-tags-field)

PHPackages © 2026

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