joy/voyager-login-as-user

This Laravel/Voyager module adds VoyagerLoginAsUser support to Voyager.

v3.2.39 2024-02-24 05:40 UTC

README

This Laravel/Voyager module adds VoyagerLoginAsUser support to Voyager.

By 🐼 Ramakant Gangwar.

Screenshot

Latest Version GitHub Workflow Status Total Downloads

Prerequisites

Installation

# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-login-as-user

# 2. Publish
php artisan vendor:publish --provider="Joy\VoyagerLoginAsUser\VoyagerLoginAsUserServiceProvider" --force

# 3. Add the trait Lab404\Impersonate\Models\Impersonate to your User model.

Working Example

You can try laravel demo here https://joy-voyager.kodmonk.com/admin/users.

Documentation

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-login-as-user? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.

If you've found a bug regarding security please mail gangwar.ramakant@gmail.com instead of using the issue tracker.

Also for laravel package 404labfr/laravel-impersonate read following documentation https://github.com/404labfr/laravel-impersonate#simple-usage

Testing

You can run the tests with:

vendor/bin/phpunit

Upgrading

Please see UPGRADING for details.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email gangwar.ramakant@gmail.com instead of using the issue tracker.

Credits

License

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