PHPackages                             dominikkukacka/nova-impersonate - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. dominikkukacka/nova-impersonate

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

dominikkukacka/nova-impersonate
===============================

A Laravel Nova field allows you to authenticate as your users.

2.0(4y ago)03MITPHPPHP &gt;=7.1.0

Since Nov 6Pushed 4y agoCompare

[ Source](https://github.com/dominikkukacka/nova-impersonate)[ Packagist](https://packagist.org/packages/dominikkukacka/nova-impersonate)[ RSS](/packages/dominikkukacka-nova-impersonate/feed)WikiDiscussions master Synced 1mo ago

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

Nova Impersonate Field
======================

[](#nova-impersonate-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/79db89a18f971e9c4d9ff224e399de860ac05bf5a6d1adb64bb12e2d112b90c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6162626f756368692f6e6f76612d696d706572736f6e6174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kabbouchi/nova-impersonate)[![Total Downloads](https://camo.githubusercontent.com/ca2b0c47d1cab6a4930ad9836a73c71e70bb7a26bdda853dbddd68f8b512d850/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6162626f756368692f6e6f76612d696d706572736f6e6174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kabbouchi/nova-impersonate)

This field allows you to authenticate as your users.

[![screenshot1](https://raw.githubusercontent.com/KABBOUCHI/nova-impersonate/master/docs/screenshot1.png?123)](https://raw.githubusercontent.com/KABBOUCHI/nova-impersonate/master/docs/screenshot1.png?123)[![screenshot2](https://raw.githubusercontent.com/KABBOUCHI/nova-impersonate/master/docs/screenshot2.png?123)](https://raw.githubusercontent.com/KABBOUCHI/nova-impersonate/master/docs/screenshot2.png?123)[![screenshot3](https://raw.githubusercontent.com/KABBOUCHI/nova-impersonate/master/docs/screenshot3.png?123)](https://raw.githubusercontent.com/KABBOUCHI/nova-impersonate/master/docs/screenshot3.png?123)

Behind the scenes [404labfr/laravel-impersonate](https://github.com/404labfr/laravel-impersonate) is used.

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

[](#installation)

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

```
composer require kabbouchi/nova-impersonate
```

Usage
-----

[](#usage)

Add `Impersonate::make($this)` field in `App\Nova\User.php`

```
