How to "NULL" a column for a user that logs out, Laravel 9
I have done this: https://shouts.dev/articles/how-to-get-online-users-in-laravel and it works fine. But I want to get rid of the users that logs out. Otherwise the list will be too large. This is my lines for log out: <li> <a ui-sref="auth.logout"> <img src="/img/loader-blue.gif"…