PHPackages                             hapidjus/laravel-impersonate-ui - 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. hapidjus/laravel-impersonate-ui

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

hapidjus/laravel-impersonate-ui
===============================

UI for 404labfr/laravel-impersonate

1.8(9mo ago)371.6k6[3 issues](https://github.com/hapidjus/laravel-impersonate-ui/issues)[1 PRs](https://github.com/hapidjus/laravel-impersonate-ui/pulls)MITPHPPHP &gt;=7.1.3CI failing

Since Oct 14Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/hapidjus/laravel-impersonate-ui)[ Packagist](https://packagist.org/packages/hapidjus/laravel-impersonate-ui)[ Docs](https://github.com/hapidjus/laravel-impersonate-ui)[ RSS](/packages/hapidjus-laravel-impersonate-ui/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (13)Used By (0)

[![Licence: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)

Laravel Impersonate UI
======================

[](#laravel-impersonate-ui)

Laravel Impersonate UI is a Laravel Package that adds an easy to use UI for selecting users to impersonate when using

[![Demo](https://raw.githubusercontent.com/hapidjus/laravel-impersonate-ui/master/screenshot.png)](https://raw.githubusercontent.com/hapidjus/laravel-impersonate-ui/master/screenshot.png)

### Requirements

[](#requirements)

- Laravel &gt;= 6.1
- PHP &gt;= 7.1

### Installation

[](#installation)

- Require laravel-impersonate-ui with Composer

```
composer require hapidjus/laravel-impersonate-ui
```

- Add the Trait `Lab404\Impersonate\Models\Impersonate` to your **User** model.

```
