404labfr / 404labfr/laravel-impersonate
Make redirects more flexible
Ouverte
next version
- Langage dominant
- PHP
- Étoiles
- 2.3k
- Forks
- 235
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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) {
...
});
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.