404labfr / 404labfr/laravel-impersonate
Make redirects more flexible
Open
next version
- Dominant language
- PHP
- Stars
- 2.3k
- Forks
- 235
- PR merge metrics
- No merged PRs in 30d
Description
We currently have an application with 3 different user types and views. Therefore we would like to determine the redirect route based on some logic. It would be nice if we could hook into the redirect determination with an event or something like the existing TakeImpersonation events:
```
Event::listen(function (TakeImpersonation $event) {
...
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.