Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
S

Stop Impersonation

This package is possibly abandoned. Please proceed with care.

Readme

Stop Impersonation for Laravel Nova

Laravel Nova provides an easy way for you to start impersonating a User in your application. Unfortunately, the only way to stop impersonating and return to your account is via Nova. If the User you're impersonating doesn't have access to Nova, then you need to sign out and reauthenticate.

We can make this easier!

This package contains a Blade component that can be added to any Laravel application to add a quick way to switch back to your User from your application frontend - no need to sign out or return to Nova.

Package in action

Installation

Install using Composer:

composer require rickyj/nova-stop-impersonation

Basic usage

This package registers a Blade component that can be added to your application's layout file:

<x-stop-impersonation />

Customization

Package configuration and views can be published via php artisan vendor:publish.

Environments

The environments in which this component appears can be altered via the package configuration. Simply update the environments array with your desired environment targets:

    'environments' => [
        'local',
+        'staging',
+        'production',
    ]

Credits

License

The MIT License (MIT). Please see License File for more information.

Screenshots

Back to Top
Added 1 year ago

This package is listed on the Packagist API, but has no stable tags.

Please note that the Packagist cache is pretty long, so some times you just need to check back in an hour.

Favorites

0 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas