F
Filament3w ago
Wim

Check upon login

Upon logging in, I would like to check whether a user has filled in his profile information. Is there any hook I could use to accomplish this?
3 Replies
Dennis Koch
Dennis Koch3w ago
If it's a one time check, I think you can listen for a Login Event (I think Laravel sends one). If you want to redirect the user or similar a middleware would be a better option
icolatsi22
icolatsi223w ago
yes, you can use a listener:
No description
icolatsi22
icolatsi223w ago
No description