Looking to hire Laravel developers? Try LaraJobs

impersonate maintained by laravel-enso

Description
User impersonation support for Laravel Enso
Last update
2026/04/23 09:22 (dev-master)
License
Downloads
60 977

Comments
comments powered by Disqus

Impersonate

License Stable Downloads PHP Issues Merge Requests

Description

Impersonate adds Enso user impersonation routes, middleware, and frontend boot state.

The package exposes start and stop impersonation endpoints, registers the impersonate middleware alias, and publishes an Impersonating state provider so the frontend can reflect the current session mode.

It is a focused authentication-adjacent package, not a full access-management system on its own.

Installation

Install the package:

composer require laravel-enso/impersonate

Run the package migrations:

php artisan migrate

Features

  • Start and stop impersonation endpoints.
  • Dedicated impersonation middleware alias.
  • Frontend state provider for current impersonation status.
  • Authorization provider wiring through the package service providers.

Usage

The package mounts:

route('core.impersonate.start', ['user' => $user]);
route('core.impersonate.stop');

API

HTTP routes

  • GET api/core/impersonate/{user}
  • GET api/core/impersonate/stop

Middleware

  • impersonate

Depends On

Required Enso packages:

Contributions

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!