PHPackages                             rhyslees/nova-impersonating-banner - 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. rhyslees/nova-impersonating-banner

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

rhyslees/nova-impersonating-banner
==================================

An impersonating banner for Nova 4

v3.2.0(10mo ago)626.7k↓90%8MITPHPPHP ^8.2

Since Apr 8Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/RhysLees/nova-impersonating-banner)[ Packagist](https://packagist.org/packages/rhyslees/nova-impersonating-banner)[ RSS](/packages/rhyslees-nova-impersonating-banner/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (5)Versions (16)Used By (0)

Nova Impersonating Banner
=========================

[](#nova-impersonating-banner)

1. Displays a banner when impersonating
2. Allows you to stop impersonating

[![image](https://user-images.githubusercontent.com/43909932/162441854-e376a3f8-fd71-4485-abac-cba7c0447c51.png)](https://user-images.githubusercontent.com/43909932/162441854-e376a3f8-fd71-4485-abac-cba7c0447c51.png)

Prerequisites
-------------

[](#prerequisites)

Ensure you are using the `web` middleware on your routes. Ensure you have read the [Nova Impersonation Docs](https://nova.laravel.com/docs/4.0/customization/impersonation.html)

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

[](#installation)

Require this package with composer.

```
composer require rhyslees/nova-impersonating-banner
```

```
php artisan vendor:publish --provider="RhysLees\NovaImpersonatingBanner\NovaImpersonatingBannerServiceProvider"
```

```
npm install && npm run build
```

Displaying the component
------------------------

[](#displaying-the-component)

Add the following livewire component to your layouts `app.blade.php` and `guest.blade.php`

```
@livewire('nova-impersonating-banner')
```

or

```

```

### App Layout `app.blade.php`

[](#app-layout-appbladephp)

```

      @livewire('nova-impersonating-banner')

      @livewire('navigation-menu')

...
```

### Guest Layout `guest.blade.php`

[](#guest-layout-guestbladephp)

```

     @livewire('nova-impersonating-banner')

    {{ $slot }}

...
```

Customisation
-------------

[](#customisation)

The user you are impersonating is passed into the livewire component as `$impersonating` so you can select what information you wish to show to the user

```

  {{ $impersonating->id }} - {{ $impersonating->name }}
  {{ $impersonating->email }}

```

To change the redirect url when you stop impersonating, you can edit the config file `config/nova.php`

```
/*
|--------------------------------------------------------------------------
| Nova Impersonation Redirection URLs
|--------------------------------------------------------------------------
|
| This configuration option allows you to specify a URL where Nova should
| redirect an administrator after impersonating another user and a URL
| to redirect the administrator after stopping impersonating a user.
|
*/

'impersonation' => [
    'started' => '/',
    'stopped' => '/',
],
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance54

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~88 days

Recently: every ~230 days

Total

15

Last Release

305d ago

Major Versions

v1.1.5 → 2.0.02023-02-14

2.0.1 → 3.0.02023-08-29

PHP version history (2 changes)v1.0.0PHP ^8.1

2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ec1bfd05f95c19d3d12c7bb0fd2abc097b62e49cc0dfa32d6e6460c76607c95?d=identicon)[RhysLees](/maintainers/RhysLees)

---

Top Contributors

[![RhysLees](https://avatars.githubusercontent.com/u/43909932?v=4)](https://github.com/RhysLees "RhysLees (25 commits)")[![KFoobar](https://avatars.githubusercontent.com/u/420690?v=4)](https://github.com/KFoobar "KFoobar (2 commits)")[![lucasRolff](https://avatars.githubusercontent.com/u/1076243?v=4)](https://github.com/lucasRolff "lucasRolff (2 commits)")[![adriangonzales](https://avatars.githubusercontent.com/u/486071?v=4)](https://github.com/adriangonzales "adriangonzales (1 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rhyslees-nova-impersonating-banner/health.svg)

```
[![Health](https://phpackages.com/badges/rhyslees-nova-impersonating-banner/health.svg)](https://phpackages.com/packages/rhyslees-nova-impersonating-banner)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21255.6k](/packages/ramonrietdijk-livewire-tables)[lakm/laravel-comments

Integrate seamless commenting functionality into your Laravel project.

40614.3k1](/packages/lakm-laravel-comments)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1319.7k3](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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