404labfr / 404labfr/laravel-impersonate
Make redirects more flexible
Offen
next version
- Vorherrschende Sprache
- PHP
- Sterne
- 2.3k
- Forks
- 235
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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) {
...
});
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.