Download the PHP package matthewbdaly/laravel-impersonator without Composer
On this page you can find all versions of the php package matthewbdaly/laravel-impersonator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download matthewbdaly/laravel-impersonator
More information about matthewbdaly/laravel-impersonator
Files in matthewbdaly/laravel-impersonator
Download matthewbdaly/laravel-impersonator
More information about matthewbdaly/laravel-impersonator
Files in matthewbdaly/laravel-impersonator
Vendor matthewbdaly
Package laravel-impersonator
Short Description Impersonate other users to assist in resolving issues
License MIT
Package laravel-impersonator
Short Description Impersonate other users to assist in resolving issues
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-impersonator
laravel-impersonator
Impersonate other users to assist in resolving issues
Installation
Run the following command to install the package:
Then just include this in your app/Http/Kernel.php
in the appropriate place where you want to import the middleware:
You can apply it globally, or only to specific routes as you wish. You will also need to add the trait Matthewbdaly\LaravelImpersonator\Eloquent\Traits\CanImpersonate
to your user model to add these methods:
startImpersonating($id)
- start impersonating user$id
stopImpersonating()
- stop impersonatingisImpersonating()
- Is user impersonating or not?
All versions of laravel-impersonator with dependencies
PHP Build Version
Package Version
No informations.
The package matthewbdaly/laravel-impersonator contains the following files
Loading the files please wait ....