The `logout` method in PHP's `Illuminate\Auth\Guard` class is used to log out the currently authenticated user. This method clears the user's authentication status and removes their session data, effectively ending their session on the website or application. After invoking this method, the user will be directed to the login page or a designated area for non-authenticated users.
PHP Illuminate\Auth Guard::logout - 16 examples found. These are the top rated real world PHP examples of Illuminate\Auth\Guard::logout extracted from open source projects. You can rate examples to help us improve the quality of examples.