You can track logins and logouts for auditing purposes using Laravel's native auth events

You can track logins and logouts for auditing purposes using Laravel's native auth events

🔥 #Laravel Tip: Tracking logins and logouts for auditing or security purposes is incredibly easy thanks to Laravel’s login and logout events. Simply listen for them in a service provider and respond when they are fired.

We're writing a book, you can get it for free here.