F
Filament8mo 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 Koch8mo 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
icolatsi228mo ago
yes, you can use a listener:
No description
icolatsi22
icolatsi228mo ago
No description

Did you find this page helpful?