Discussion

Laravel Impersonate

Sometimes we face situations when all the tests are passing, we find no bugs, but still, on our users’ part, something broke. By impersonating our users, we can see what they see and track the bugs down easily.

We can use laravel-impersonate package for this use case.

https://github.com/404labfr/laravel-impersonate

The installation and configuration is described in detail in the above Readme file.

You need to make sure that you have a button or link to leave from impersonated login.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *